Problem platonic4
User blackscreen1
Submission Time 2025-06-15 19:46:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic4.cpp:44:14: error: missing terminating " character
44 | string s = "”;
| ^~~~~
platonic4.cpp: In function ‘int main()’:
platonic4.cpp:45:3: error: expected primary-expression before ‘long’
45 | long long ans = 0;
| ^~~~
platonic4.cpp:57:1: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
57 | ans++;
| ^~~
| abs
platonic4.cpp:60:9: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
60 | cout << ans;
| ^~~
| abs