Problem sixandseven
User rjdaddy69
Submission Time 2026-06-26 15:47:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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