Problem platonic6
User PrunJuice
Submission Time 2025-11-16 18:49:25
Score 0

Compile Error

platonic6.cpp: In function ‘int main()’:
platonic6.cpp:16:17: error: ‘a’ was not declared in this scope
16 | cout.tie(0);a
| ^
platonic6.cpp:18:12: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
18 | cin >> n >> m;
| ^
| yn
platonic6.cpp:18:17: error: ‘m’ was not declared in this scope; did you mean ‘tm’?
18 | cin >> n >> m;
| ^
| tm