Problem add1
User Soysauce
Submission Time 2024-04-01 14:16:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

add1.cpp: In function ‘int main()’:
add1.cpp:6:9: error: conflicting declaration ‘std::string x’
6 | string x;
| ^
add1.cpp:4:12: note: previous declaration as ‘long long int x’
4 | long long x;
| ^