Problem | eeducation |
---|---|
User | RgsT0829810B03 |
Submission Time | 2023-11-15 11:25:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eeducation.cpp:25:2: error: stray ‘#’ in program
25 | }#include <bits/stdc++.h>
| ^
eeducation.cpp: In function ‘int main()’:
eeducation.cpp:8:8: error: ‘n’ was not declared in this scope
8 | int a[n], b;
| ^
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-expressi