ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#44 | #4. 「WyOJ Round 1」启 · 破茧初阳 | Pigsyy | Compile Error | / | / | C++23 | 995b | 2025-04-14 18:43:23 | 2025-04-14 18:43:24 |
answer
详细
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...