Problem celldivision
User Sans12345
Submission Time 2023-01-13 19:22:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

celldivision.cpp:15:46: error: two or more data types in declaration of ‘x’
15 | inline void print(unsigned long long int int x){
| ^
celldivision.cpp: In function ‘void print(...)’:
celldivision.cpp:16:5: error: ‘x’ was not declared in this scope
16 | if(x > 9)print(x / 10);
| ^
celldivision.cpp:17:10: error: ‘x’ was not declared in this scope
17 | putchar(x % 10 + '0');
| ^
celldivision.cpp: At global scope:
celldivision.cpp:20:41: error: two or more data types in declaration of ‘range1’
20 | unsigned long long int int range1(int ai){
| ^
celldivision.cpp: In function ‘int main()’:
celldivision.cpp:32:29: error: two or more data types in declaration of ‘query’
32 | unsigned long long int int query;
| ^~~~~
celldivision.cpp:34:3: error: ‘query’ was not decla