Problem ippt
User benon
Submission Time 2024-04-15 15:12:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ippt.cpp: In function ‘int main()’:
ippt.cpp:14:5: error: ‘cin’ was not declared in this scope; did you mean ‘std::cin’?
14 | cin >> a >> b >> c;
| ^~~
| std::cin
In file included from ippt.cpp:9:
/usr/include/c++/9/iostream:60:18: note: ‘std::cin’ declared here
60 | extern istream cin; /// Linked to standard input
| ^~~
ippt.cpp:17:9: error: ‘cout’ was not declared in this scope; did you mean ‘std::cout’?
17 | cout << "FAIL";
| ^~~~
| std::cout
In file included from ippt.cpp:9:
/usr/include/c++/9/iostream:61:18: note: ‘std::cout’ declared here
61 | extern ostream cout; /// Linked to standard output
| ^~~~
ippt.cpp:22:9: error: ‘cout’ was not declared in this scope; did you mean ‘std::cout’?
22 | cout << "PASS";
| ^~~~
| std::cout
In