Problem dayum
User naivecyans
Submission Time 2025-06-20 12:37:56
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:10:2: note: in expansion of macro ‘int’
10 | int n; cin>>n;
| ^~~
dayum.cpp:10:6: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
10 | int n; cin>>n;
| ^
| yn