| Problem | platonic |
|---|---|
| User | suzienguyen |
| Submission Time | 2026-03-17 15:43:39 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic.cpp: In function ‘int32_t main()’:
platonic.cpp:3:13: error: expected ‘,’ or ‘;’ before ‘long’
3 | #define int long long
| ^~~~
platonic.cpp:10:2: note: in expansion of macro ‘int’
10 | int x;
| ^~~
platonic.cpp:11:18: error: ‘n’ was not declared in this scope
11 | for (int i=0; i<n;i++){
| ^
platonic.cpp:12:10: error: ‘x’ was not declared in this scope
12 | cin >> x;
| ^