| Problem | platonic2 |
|---|---|
| User | suzienguyen |
| Submission Time | 2026-03-17 10:16:03 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic2.cpp: In function ‘int32_t main()’:
platonic2.cpp:10:15: error: expected ‘;’ before ‘vector’
10 | cin >> n >> k
| ^
| ;
11 | vector<int>A;
| ~~~~~~
platonic2.cpp:15:3: error: ‘A’ was not declared in this scope
15 | A.push_back(x);
| ^
platonic2.cpp:17:7: error: ‘A’ was not declared in this scope
17 | sort(A.begin(), A.end());
| ^