Problem eeducation
User RgsT0829810B03
Submission Time 2023-11-15 11:26:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eeducation.cpp:25:2: error: stray ‘#’ in program
25 | }#include <bits/stdc++.h>
| ^
eeducation.cpp: In function ‘int main()’:
eeducation.cpp:9:6: error: expected ‘(’ before ‘{’ token
9 | for {int i=0; i<n; i++)
| ^
| (
eeducation.cpp:9:6: error: expected primary-expression before ‘{’ token
eeducation.cpp:25:3: error: ‘include’ was not declared in this scope
25 | }#include <bits/stdc++.h>
| ^~~~~~~
eeducation.cpp:25:12: error: ‘bits’ was not declared in this scope
25 | }#include <bits/stdc++.h>
| ^~~~
eeducation.cpp:25:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
25 | }#include <bits/stdc++.h>
| ^~~~
| std
eeducation.cpp:26:1: error: expected primary-expression before ‘using’
26 | using namespace std;
| ^~~~~
eeducation.cpp:25:26: error: expected ‘;