Problem ihate1111
User Karax
Submission Time 2026-07-17 14:53:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ihate1111.cpp: In function ‘int main()’:
ihate1111.cpp:10:25: error: ‘n’ was not declared in this scope
10 | for (int i = 0; i < n; i++) {
| ^
ihate1111.cpp:16:19: error: expected ‘(’ before ‘a’
16 | while a > 111 {
| ^
| (
ihate1111.cpp:16:26: error: expected ‘)’ before ‘{’ token
16 | while a > 111 {
| ~ ^~
| )
ihate1111.cpp:19:19: error: expected ‘(’ before ‘a’
19 | while a > 11 {
| ^
| (
ihate1111.cpp:19:25: error: expected ‘)’ before ‘{’ token
19 | while a > 11 {
| ~ ^~
| )
ihate1111.cpp:23:22: error: no match for ‘operator>>’ (operand types are ‘std::ostream’ {aka ‘std::basic_ostream<char>’