Problem | numberbuilding |
---|---|
User | yhmixeI |
Submission Time | 2024-12-09 11:20:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
numberbuilding.cpp: In function ‘int main()’:
numberbuilding.cpp:11:6: error: ‘i’ was not declared in this scope
11 | n/=a[i];
| ^
numberbuilding.cpp:13:19: error: expected ‘;’ before ‘}’ token
13 | t = t*10+(9-i)
| ^
| ;
14 | }
| ~