Problem eeducation
User aa24codebreaker
Submission Time 2023-11-15 09:25:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eeducation.cpp:10:5: error: stray ‘\303’ in program
10 | int × = 0;
| ^
eeducation.cpp:10:6: error: stray ‘\227’ in program
10 | int × = 0;
| ^
eeducation.cpp:11:16: error: stray ‘\342’ in program
11 | for (int i=0; i‹N; i++)
| ^
eeducation.cpp:11:17: error: stray ‘\200’ in program
11 | for (int i=0; i‹N; i++)
| ^
eeducation.cpp:11:18: error: stray ‘\271’ in program
11 | for (int i=0; i‹N; i++)
| ^
eeducation.cpp:21:1: error: stray ‘\303’ in program
21 | ×=1;
| ^
eeducation.cpp:21:2: error: stray ‘\227’ in program
21 | ×=1;
| ^
eeducation.cpp: In function ‘int32_t main()’:
eeducation.cpp:2:13: error: ‘Long’ was not declared in this scope; did you mean ‘long’?
2 | #define int Long Long
| ^~~~
eeducation.cpp:5:1: note: in expansion of macro ‘int’
5 | int N;