Problem | eeducation |
---|---|
User | RgsT0829810B03 |
Submission Time | 2023-11-15 11:24:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eeducation.cpp:28:2: error: stray ‘#’ in program
28 | }#include <bits/stdc++.h>
| ^
eeducation.cpp: In function ‘int32_t main()’:
eeducation.cpp:11:8: error: ‘n’ was not declared in this scope
11 | int a[n], b;
| ^
eeducation.cpp:12:6: error: expected ‘(’ before ‘{’ token
12 | for {int i=0; i<n; i++)
| ^
| (
eeducation.cpp:12:6: error: expected primary-expression before ‘{’ token
eeducation.cpp:28:3: error: ‘include’ was not declared in this scope
28 | }#include <bits/stdc++.h>
| ^~~~~~~
eeducation.cpp:28:12: error: ‘bits’ was not declared in this scope
28 | }#include <bits/stdc++.h>
| ^~~~
eeducation.cpp:28:17: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
28 | }#include <bits/stdc++.h>
| ^~~~
| std
eeducation.cpp:29:1: error: expected primary-e