Problem add1
User Yifei1234
Submission Time 2024-05-15 16:24:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

add1.cpp: In function ‘int main()’:
add1.cpp:4:2: error: ‘int_32’ was not declared in this scope; did you mean ‘rintf32’?
4 | int_32 x;
| ^~~~~~
| rintf32
add1.cpp:5:7: error: ‘x’ was not declared in this scope
5 | cin>>x;
| ^