Problem padoru
User goose
Submission Time 2026-05-03 17:24:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

padoru.cpp: In function ‘int main()’:
padoru.cpp:12:34: error: expected ‘;’ before ‘for’
12 | int r,c; scanf("%lld%lld",&r,&c)
| ^
| ;
13 | for (int i = 1; i <= r; i++) {
| ~~~
padoru.cpp:13:18: error: ‘i’ was not declared in this scope
13 | for (int i = 1; i <= r; i++) {
| ^