Problem typo
User ATHY
Submission Time 2024-06-20 09:23:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typo.cpp: In function ‘int main()’:
typo.cpp:13:17: error: ‘N’ was not declared in this scope
13 | for (ll i=1; i<N; i++) {
| ^
typo.cpp:22:1: error: expected ‘}’ at end of input
22 | }
| ^
typo.cpp:5:12: note: to match this ‘{’
5 | int main() {
| ^