| Problem | platonic |
|---|---|
| User | dumbfounded47 |
| Submission Time | 2026-01-11 22:35:48 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic.cpp: In function ‘int main()’:
platonic.cpp:7:14: error: ‘a’ was not declared in this scope
7 | cout << max(a, max(b, c)) << endl;
| ^
platonic.cpp:7:21: error: ‘b’ was not declared in this scope
7 | cout << max(a, max(b, c)) << endl;
| ^
platonic.cpp:7:24: error: ‘c’ was not declared in this scope
7 | cout << max(a, max(b, c)) << endl;
| ^