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

Compile Error

add1.cpp: In function ‘int main()’:
add1.cpp:4:2: error: unable to find numeric literal operator ‘operator""_int’
4 | 32_int x;
| ^~~~~~
add1.cpp:5:7: error: ‘x’ was not declared in this scope
5 | cin>>x;
| ^