Problem bracketex
User eliasxyz
Submission Time 2025-05-27 22:56:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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