Problem | ippt |
---|---|
User | Soysauce |
Submission Time | 2024-02-26 16:57:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ippt.cpp: In function ‘int main()’:
ippt.cpp:3:2: error: ‘cin’ was not declared in this scope
3 | cin>>x;
| ^~~
ippt.cpp:9:3: error: ‘cout’ was not declared in this scope
9 | cout<<"GOLD";
| ^~~~
ippt.cpp:12:3: error: ‘cout’ was not declared in this scope
12 | cout<<"SLIVER";
| ^~~~
ippt.cpp:15:3: error: ‘cout’ was not declared in this scope
15 | cout<<"PASS";
| ^~~~
ippt.cpp:18:3: error: ‘cout’ was not declared in this scope
18 | cout<<"FAIL";
| ^~~~