Problem platonic
User suzienguyen
Submission Time 2026-03-17 15:44:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic.cpp: In function ‘int main()’:
platonic.cpp:10:2: error: expected ‘,’ or ‘;’ before ‘long’
10 | long long 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;
| ^