Logo Wy Online Judge

WyOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#44#4. 「WyOJ Round 1」启 · 破茧初阳PigsyyCompile Error//C++23995b2025-04-14 18:43:232025-04-14 18:43:24

answer


Details

answer.code:4:13: error: expected unqualified-id before '__int128'
    4 | #define int __int128
      |             ^~~~~~~~
answer.code:10:1: note: in expansion of macro 'int'
   10 | int lcm(int a, int b) {
      | ^~~
answer.code:4:13: error: expected unqualified-id before '__int128'
    4 | #define int __int128
      |             ^~~~~~~~
answer.code:13:8: note: in expansion of macro 'int'
   13 | inline int read()
      |        ^~~
answer.code:28:6: error: variable or field 'write' declar...