Problem | rightangtri |
---|---|
User | icecoldaarush20 |
Submission Time | 2025-05-06 17:25:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:6:9: error: expected ‘;’ before ‘for’
6 | cin>> a
| ^
| ;
7 | for (int i= 0;i< a; i++){
| ~~~
rightangtri.cpp:7:17: error: ‘i’ was not declared in this scope
7 | for (int i= 0;i< a; i++){
| ^