Problem | competition |
---|---|
User | 2Princes1Lance |
Submission Time | 2024-02-22 00:29:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
competition.cpp: In function ‘void print_arr(int*, int)’:
competition.cpp:25:33: error: ‘print’ was not declared in this scope; did you mean ‘printf’?
25 | for (int i = 0; i < N; ++i) print arr[i] << ' ';
| ^~~~~
| printf
competition.cpp: In function ‘void print_arr(char*, int)’:
competition.cpp:29:33: error: ‘print’ was not declared in this scope; did you mean ‘printf’?
29 | for (int i = 0; i < N; ++i) print arr[i] << ' ';
| ^~~~~
| printf
competition.cpp: In function ‘void print_arr(std::vector<int>&, int)’:
competition.cpp:33:33: error: ‘print’ was not declared in this scope; did you mean ‘printf’?
33 | for (int i = 0; i < N; ++i) print arr[i] << ' ';
| ^~~~~
| pri