Problem ny_unwind
User kesleryak
Submission Time 2024-11-11 09:06:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ny_unwind.cpp: In function ‘int main()’:
ny_unwind.cpp:3:17: error: declaration does not declare anything [-fpermissive]
3 | #define ll long long;
| ^~~~
ny_unwind.cpp:6:5: note: in expansion of macro ‘ll’
6 | ll a, b;
| ^~
ny_unwind.cpp:6:8: error: ‘a’ was not declared in this scope
6 | ll a, b;
| ^
ny_unwind.cpp:6:11: error: ‘b’ was not declared in this scope
6 | ll a, b;
| ^