Problem triangles
User Cookie
Submission Time 2023-07-05 21:54:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

triangles.cpp:66:5: error: expected unqualified-id before ‘for’
66 | for(int i = 1; i <= n; i++){
| ^~~
triangles.cpp:66:20: error: ‘i’ does not name a type
66 | for(int i = 1; i <= n; i++){
| ^
triangles.cpp:66:28: error: ‘i’ does not name a type
66 | for(int i = 1; i <= n; i++){
| ^
triangles.cpp:71:5: error: ‘cout’ does not name a type; did you mean ‘fout’?
71 | cout << ans;
| ^~~~
| fout
triangles.cpp:72:5: error: expected unqualified-id before ‘return’
72 | return(0);
| ^~~~~~
triangles.cpp:73:1: error: expected declaration before ‘}’ token
73 | }
| ^