| Problem | topsilver |
|---|---|
| User | macaroniyw81 |
| Submission Time | 2026-06-26 12:58:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
topsilver.cpp:1:1: error: ‘fine’ does not name a type
1 | fine int long long
| ^~~~
topsilver.cpp: In function ‘int main()’:
topsilver.cpp:7:2: error: ‘ios_base’ has not been declared
7 | ios_base::sync_with_stdio(0);
| ^~~~~~~~
topsilver.cpp:8:5: error: ‘cout’ was not declared in this scope
8 | cout.tie(0);
| ^~~~
topsilver.cpp:9:5: error: ‘cin’ was not declared in this scope
9 | cin.tie(0);
| ^~~