| Problem | platonic6 |
|---|---|
| User | kendrik |
| Submission Time | 2026-03-13 17:05:01 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic6.cpp:2:20: error: expected ‘;’ before ‘long’
2 | using namespace std
| ^
| ;
platonic6.cpp: In function ‘int main()’:
platonic6.cpp:9:18: error: expected ‘;’ before ‘}’ token
9 | cout << min(a,b)
| ^
| ;
10 | }
| ~