Problem 3nplus1II
User Fjerds
Submission Time 2026-04-20 11:57:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1II.cpp: In function ‘int main()’:
3nplus1II.cpp:13:2: error: ‘ll’ was not declared in this scope
13 | ll a, b;
| ^~
3nplus1II.cpp:14:9: error: ‘a’ was not declared in this scope
14 | cin >> a >> b;
| ^
3nplus1II.cpp:14:14: error: ‘b’ was not declared in this scope
14 | cin >> a >> b;
| ^