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

Compile Error

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