Problem dayum
User edencheong
Submission Time 2025-06-20 12:46:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dayum.cpp: In function ‘int main()’:
dayum.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
dayum.cpp:12:5: note: in expansion of macro ‘int’
12 | int n = 0;
| ^~~
dayum.cpp:12:9: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
12 | int n = 0;
| ^
| yn