Problem topical
User Pyrros
Submission Time 2024-01-26 08:30:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

topical.cpp:37:17: error: stray ‘#’ in program
37 | for(int i = 0; #include <bits/stdc++.h>
| ^
topical.cpp: In function ‘int main()’:
topical.cpp:37:18: error: ‘include’ was not declared in this scope
37 | for(int i = 0; #include <bits/stdc++.h>
| ^~~~~~~
topical.cpp:37:27: error: ‘bits’ was not declared in this scope
37 | for(int i = 0; #include <bits/stdc++.h>
| ^~~~
topical.cpp:37:32: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
37 | for(int i = 0; #include <bits/stdc++.h>
| ^~~~
| std
topical.cpp:39:1: error: expected primary-expression before ‘using’
39 | using namespace std;
| ^~~~~
topical.cpp:37:41: error: expected ‘;’ before ‘using’
37 | for(int i = 0; #include <bits/stdc++.h>
|