Problem | rightangtri |
---|---|
User | asruby |
Submission Time | 2023-11-30 16:37:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
rightangtri.cpp:11:11: error: stray ‘\’ in program
11 | cout << \n;
| ^
rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:8:29: error: expected primary-expression before ‘)’ token
8 | for (int j = 0;j < i+1;j+=){
| ^
rightangtri.cpp:11:12: error: ‘n’ was not declared in this scope
11 | cout << \n;
| ^