Problem area
User user8113912201514
Submission Time 2026-09-01 20:54:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

area.cpp: In function ‘int main()’:
area.cpp:13:18: error: expected initializer before ‘a’
13 | unsigned ll a, b;
| ^
area.cpp:14:13: error: ‘a’ was not declared in this scope
14 | cin >> a >> b;
| ^
area.cpp:14:18: error: ‘b’ was not declared in this scope
14 | cin >> a >> b;
| ^