Problem add1_easy
User ILBBBM
Submission Time 2024-07-08 16:57:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

add1_easy.cpp: In function ‘int main()’:
add1_easy.cpp:5:15: error: expected initializer before ‘a’
5 | long long nt a;
| ^
add1_easy.cpp:6:9: error: ‘a’ was not declared in this scope
6 | cin >> a;
| ^