0_0_38763053_3592.cpp:44:49: error: stray '\' in program
44 | scanf("%lld %lld %lld", &x, &l, &y);\\111
| ^
0_0_38763053_3592.cpp:44:50: error: stray '\' in program
44 | scanf("%lld %lld %lld", &x, &l, &y);\\111
| ^
0_0_38763053_3592.cpp: In function 'int main()':
0_0_38763053_3592.cpp:44:54: error: expected ';' before 'for'
44 | scanf("%lld %lld %lld", &x, &l, &y);\\111
| ^
| ;
45 | for (int i = 30; i >= 0;i--)
| ~~~
0_0_38763053_3592.cpp:45:30: error: 'i' was not declared in this scope
45 | for (int i = 30; i >= 0;i--)
| ^
|