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

Compile Error

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