Problem rightangtri
User itsjiaqi
Submission Time 2025-01-23 17:16:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:7:10: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
7 | int c = ""
| ^~
| |
| const char*
rightangtri.cpp:9:2: error: expected ‘,’ or ‘;’ before ‘for’
9 | for(int b = 0; b < a; b++){
| ^~~
rightangtri.cpp:9:17: error: ‘b’ was not declared in this scope
9 | for(int b = 0; b < a; b++){
| ^