Problem | exam |
---|---|
User | senkyte |
Submission Time | 2024-02-05 12:31:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp:3:6: error: ‘cin’ in namespace ‘std’ does not name a type
3 | std::cin >> option;
| ^~~
In file included from exam.cpp:1:
/usr/include/c++/9/iostream:60:18: note: ‘std::cin’ declared here
60 | extern istream cin; /// Linked to standard input
| ^~~
exam.cpp:4:1: error: expected unqualified-id before ‘if’
4 | if(option == 1){
| ^~
exam.cpp:7:1: error: expected unqualified-id before ‘else’
7 | else{
| ^~~~