| Problem | ippt |
|---|---|
| User | yihai |
| Submission Time | 2026-02-04 16:37:29 |
| 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: ‘ios_base’ has not been declared
3 | ios_base::sync_with_stdio(0);
| ^~~~~~~~
ippt.cpp:7:9: error: ‘cin’ was not declared in this scope
7 | cin>>a;
| ^~~
ippt.cpp:10:13: error: ‘cout’ was not declared in this scope
10 | cout<<"FAIL";
| ^~~~
ippt.cpp:17:9: error: ‘cout’ was not declared in this scope
17 | cout<<"FAIL";
| ^~~~
ippt.cpp:20:9: error: ‘cout’ was not declared in this scope
20 | cout<<"PASS";
| ^~~~
ippt.cpp:23:9: error: ‘cout’ was not declared in this scope
23 | cout<<"SILVER";
| ^~~~
ippt.cpp:26:9: error: ‘cout’ was not declared in this scope
26 | cout<<"GOLD";
| ^~~~