| Problem | minstack |
|---|---|
| User | JJJwong |
| Submission Time | 2024-12-11 15:05:57 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
minstack.cpp:5:26: error: expected constructor, destructor, or type conversion before ‘(’ token
5 | ios_base::sync_with_stdio(0);
| ^
minstack.cpp:6:1: error: ‘cin’ does not name a type; did you mean ‘sin’?
6 | cin.tie(0);
| ^~~
| sin
minstack.cpp:7:1: error: ‘cout’ does not name a type
7 | cout.tie(0);
| ^~~~