| Problem | rightangtri |
|---|---|
| User | Helium |
| Submission Time | 2026-07-10 17:20:21 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:9:2: error: expected ‘,’ or ‘;’ before ‘while’
9 | while (i <= n){
| ^~~~~
rightangtri.cpp:14:15: error: expected ‘}’ at end of input
14 | cout << "/n";
| ^
rightangtri.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^