| Problem | photo |
|---|---|
| User | tealeaf |
| Submission Time | 2025-01-22 14:24:40 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
photo.cpp:3:31: error: expected constructor, destructor, or type conversion before ‘(’ token
3 | std::ios_base::sync_with_stdio(false);
| ^
photo.cpp:4:1: error: ‘cin’ does not name a type; did you mean ‘sin’?
4 | cin.tie(NULL);
| ^~~
| sin