Problem pandaeyes
User eulerleonhardfan
Submission Time 2023-01-16 18:50:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pandaeyes.cpp:2:7: error: expected nested-name-specifier before ‘naespace’
2 | using naespace std;
| ^~~~~~~~
pandaeyes.cpp: In function ‘int32_t main()’:
pandaeyes.cpp:5:3: error: ‘ios_base’ has not been declared
5 | ios_base::sync_with_stdio(0);
| ^~~~~~~~
pandaeyes.cpp:6:3: error: ‘cin’ was not declared in this scope; did you mean ‘std::cin’?
6 | cin.tie(0);
| ^~~
| std::cin
In file included from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:75,
from pandaeyes.cpp:1:
/usr/include/c++/9/iostream:60:18: note: ‘std::cin’ declared here
60 | extern istream cin; /// Linked to standard input
| ^~~
pandaeyes.cpp:7:3: error: ‘cout’ was not declared in this scope; did you mean ‘std::cout’?
7 | cout.tie(0);
| ^~~~
| std::cout
In file included from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:75,