Problem bigrace
User PGisnotnice5
Submission Time 2025-11-24 14:21:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bigrace.cpp: In function ‘int main()’:
bigrace.cpp:11:10: error: expected unqualified-id before numeric constant
11 | for(int 1=1;i<=a;i++)
| ^
bigrace.cpp:11:9: error: expected ‘;’ before numeric constant
11 | for(int 1=1;i<=a;i++)
| ^~
| ;
bigrace.cpp:11:12: error: lvalue required as left operand of assignment
11 | for(int 1=1;i<=a;i++)
| ^
bigrace.cpp:11:14: error: ‘i’ was not declared in this scope
11 | for(int 1=1;i<=a;i++)
| ^
bigrace.cpp:11:18: error: expected ‘)’ before ‘;’ token
11 | for(int 1=1;i<=a;i++)
| ~ ^
| )
bigrace.cpp:11:19: error: ‘i’ was not declared in this scope
11 | for(int 1=1;i<=a;i++)
| ^
bigrace.cpp:44:6: error: no match for ‘operator>>’ (operand types are ‘std::ostream’ {aka ‘std::basic_ostream<char>