| Problem | platonic2 |
|---|---|
| User | Hatrix |
| Submission Time | 2026-03-09 20:52:04 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic2.cpp: In function ‘int main()’:
platonic2.cpp:10:17: error: conflicting declaration ‘std::vector<long long int> N’
10 | vector<int> N;
| ^
platonic2.cpp:7:9: note: previous declaration as ‘long long int N’
7 | int N, K;
| ^
platonic2.cpp:12:16: error: ‘A’ was not declared in this scope
12 | cin >> A[i];
| ^
platonic2.cpp:14:10: error: ‘A’ was not declared in this scope
14 | sort(A.begin(), A.end());
| ^