Problem wronganswer
User CKCodeBreaker55
Submission Time 2024-12-07 09:12:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

wronganswer.cpp: In function ‘int main()’:
wronganswer.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
wronganswer.cpp:8:2: note: in expansion of macro ‘int’
8 | int A, B;
| ^~~
wronganswer.cpp:8:6: error: ‘A’ was not declared in this scope
8 | int A, B;
| ^
wronganswer.cpp:8:9: error: ‘B’ was not declared in this scope
8 | int A, B;
| ^