Problem motest2
User yuanbin
Submission Time 2026-07-11 10:34:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

motest2.cpp: In function ‘int main()’:
motest2.cpp:7:3: error: ‘llong’ was not declared in this scope; did you mean ‘ulong’?
7 | llong w,x,y;
| ^~~~~
| ulong
motest2.cpp:8:8: error: ‘w’ was not declared in this scope
8 | cin>>w>>x>>y;
| ^
motest2.cpp:8:11: error: ‘x’ was not declared in this scope
8 | cin>>w>>x>>y;
| ^
motest2.cpp:8:14: error: ‘y’ was not declared in this scope
8 | cin>>w>>x>>y;
| ^