Problem | competition |
---|---|
User | dakingwawin |
Submission Time | 2024-01-10 17:59:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
competition.cpp:3:20: error: expected ‘;’ before ‘int’
3 | using namespace std
| ^
| ;
4 |
5 | int main() {
| ~~~
competition.cpp: In function ‘int main()’:
competition.cpp:11:21: error: expected ‘;’ before ‘<’ token
11 | for(int i = 0, i<n, i++){
| ^
| ;
competition.cpp:11:21: error: expected primary-expression before ‘<’ token
competition.cpp:11:28: error: expected ‘;’ before ‘)’ token
11 | for(int i = 0, i<n, i++){
| ^
| ;
competition.cpp:14:21: error: expected ‘;’ before ‘<’ token
14 | for(int i = 0, i<n, i++){
| ^
| ;
competition.cpp:14:21: error: expected primary-expression before ‘<’ token
competition.cpp:14:28: error: ex