| Problem | platonic13 |
|---|---|
| User | Meub |
| Submission Time | 2025-12-08 10:04:37 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic13.cpp: In function ‘int main()’:
platonic13.cpp:10:10: error: expected ‘)’ before ‘;’ token
10 | sort(a+1;a+n+1);
| ~ ^
| )
platonic13.cpp:10:16: error: expected ‘;’ before ‘)’ token
10 | sort(a+1;a+n+1);
| ^
| ;
platonic13.cpp:18:11: error: ‘d’ was not declared in this scope
18 | cout<<2*d+1;
| ^
platonic13.cpp:21:11: error: ‘d’ was not declared in this scope
21 | cout<<2*d+n;
| ^