Problem celldivision
User chenweilian
Submission Time 2023-01-27 19:14:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

celldivision.cpp: In function ‘int main()’:
celldivision.cpp:23:5: error: ‘ll’ was not declared in this scope
23 | ll a;
| ^~
celldivision.cpp:25:7: error: expected ‘;’ before ‘dou’
25 | ll dou[64];
| ^~~~
| ;
celldivision.cpp:26:5: error: ‘dou’ was not declared in this scope
26 | dou[0] = 1;
| ^~~
celldivision.cpp:31:24: error: ‘a’ was not declared in this scope
31 | scanf("%lld", &a);
| ^