Problem ippt
User YH
Submission Time 2024-02-05 14:30:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ippt.cpp:2:7: error: expected nested-name-specifier before ‘namesepace’
2 | using namesepace std;
| ^~~~~~~~~~
ippt.cpp: In function ‘int main()’:
ippt.cpp:7:2: error: ‘cin’ was not declared in this scope; did you mean ‘std::cin’?
7 | cin >> a >> b >> c;
| ^~~
| std::cin
In file included from ippt.cpp:1:
/usr/include/c++/9/iostream:60:18: note: ‘std::cin’ declared here
60 | extern istream cin; /// Linked to standard input
| ^~~
ippt.cpp:10:3: error: ‘cout’ was not declared in this scope; did you mean ‘std::cout’?
10 | cout << "FAIL";
| ^~~~
| std::cout
In file included from ippt.cpp:1:
/usr/include/c++/9/iostream:61:18: note: ‘std::cout’ declared here
61 | extern ostream cout; /// Linked to standard output
| ^~~~
ippt.cpp:15:4: error: ‘cout’ was not declared in this scope; did you mean ‘std: