| Problem | cpicsort |
|---|---|
| User | Yuhmama |
| Submission Time | 2026-06-23 14:32:53 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cc1plus: error: ‘::main’ must return ‘int’
cpicsort.cpp: In function ‘int main()’:
cpicsort.cpp:5:21: error: ‘N’ was not declared in this scope
5 | vector<int> vec = {N};
| ^
cpicsort.cpp:5:22: error: could not convert ‘{<expression error>}’ from ‘<brace-enclosed initializer list>’ to ‘std::vector<long long int>’
5 | vector<int> vec = {N};
| ^
| |
| <brace-enclosed initializer list>
cpicsort.cpp:11:1: error: expected ‘}’ at end of input
11 | }
| ^
cpicsort.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^