Problem | pokeadd |
---|---|
User | Sans12345 |
Submission Time | 2023-01-25 11:10:00 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pokeadd.cpp:3:28: error: two or more data types in declaration of ‘x’
3 | unsigned long long int int x,y,b,cur=1,ans=0;
| ^
pokeadd.cpp:3:30: error: two or more data types in declaration of ‘y’
3 | unsigned long long int int x,y,b,cur=1,ans=0;
| ^
pokeadd.cpp:3:32: error: two or more data types in declaration of ‘b’
3 | unsigned long long int int x,y,b,cur=1,ans=0;
| ^
pokeadd.cpp:3:34: error: two or more data types in declaration of ‘cur’
3 | unsigned long long int int x,y,b,cur=1,ans=0;
| ^~~
pokeadd.cpp:3:40: error: two or more data types in declaration of ‘ans’
3 | unsigned long long int int x,y,b,cur=1,ans=0;
| ^~~
pokeadd.cpp: In function ‘int main()’:
pokeadd.cpp:9:12: error: ‘x’ was not declared in this scope
9 | c