Problem | pandaeyes |
---|---|
User | penguinzzz |
Submission Time | 2024-03-09 15:42:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pandaeyes.cpp:10:14: error: stray ‘#’ in program
10 | cin >> n;#include <bits/stdc++.h>
| ^
pandaeyes.cpp: In function ‘int main()’:
pandaeyes.cpp:10:15: error: ‘include’ was not declared in this scope
10 | cin >> n;#include <bits/stdc++.h>
| ^~~~~~~
pandaeyes.cpp:10:24: error: ‘bits’ was not declared in this scope
10 | cin >> n;#include <bits/stdc++.h>
| ^~~~
pandaeyes.cpp:10:29: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
10 | cin >> n;#include <bits/stdc++.h>
| ^~~~
| std
pandaeyes.cpp:12:1: error: expected primary-expression before ‘using’
12 | using namespace std;
| ^~~~~
pandaeyes.cpp:14:7: error: expected ‘;’ before ‘{’ token
14 | main() {
| ^~
| ;