| Problem | platonic16 |
|---|---|
| User | Pan |
| Submission Time | 2025-12-12 09:09:41 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic16.cpp:17:4: error: stray ‘#’ in program
17 | {#include <bits/stdc++.h>
| ^
platonic16.cpp: In function ‘int main()’:
platonic16.cpp:17:5: error: ‘include’ was not declared in this scope
17 | {#include <bits/stdc++.h>
| ^~~~~~~
platonic16.cpp:17:14: error: ‘bits’ was not declared in this scope
17 | {#include <bits/stdc++.h>
| ^~~~
platonic16.cpp:17:19: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
17 | {#include <bits/stdc++.h>
| ^~~~
| std
platonic16.cpp:18:1: error: expected primary-expression before ‘using’
18 | using namespace std;
| ^~~~~
platonic16.cpp:21:14: error: a function-definition is not allowed here before ‘{’ token
21 | signed main(){
| ^