Problem tourist_noi
User Soysauce
Submission Time 2024-04-20 11:40:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

tourist_noi.cpp: In function ‘int main()’:
tourist_noi.cpp:6:2: error: expected initializer before ‘unsigned’
6 | unsigned long long s=0;
| ^~~~~~~~
tourist_noi.cpp:9:8: error: ‘y’ was not declared in this scope
9 | cin>>y;
| ^
tourist_noi.cpp:11:4: error: ‘s’ was not declared in this scope
11 | s+=y*x;
| ^
tourist_noi.cpp:11:9: error: ‘x’ was not declared in this scope
11 | s+=y*x;
| ^
tourist_noi.cpp:14:4: error: ‘s’ was not declared in this scope
14 | s+=y;
| ^
tourist_noi.cpp:17:8: error: ‘s’ was not declared in this scope
17 | cout<<s;
| ^