Problem platonic11
User nzx
Submission Time 2026-01-20 12:17:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic11.cpp:2:18: error: declaration does not declare anything [-fpermissive]
2 | #define int long long;
| ^~~~
platonic11.cpp:5:1: note: in expansion of macro ‘int’
5 | int two(int n) {
| ^~~
platonic11.cpp:2:22: error: expected ‘)’ before ‘;’ token
2 | #define int long long;
| ^
platonic11.cpp:5:9: note: in expansion of macro ‘int’
5 | int two(int n) {
| ^~~
platonic11.cpp:5:8: note: to match this ‘(’
5 | int two(int n) {
| ^
platonic11.cpp:2:22: error: expected constructor, destructor, or type conversion before ‘;’ token
2 | #define int long long;
| ^
platonic11.cpp:5:9: note: in expansion of macro ‘int’
5 | int two(int n) {
| ^~~
platonic11.cpp:5:13: error: ‘n’ does not name a type; did you mean ‘yn’?
5 | int two(int n) {
| ^
|