Problem pigeonhole
User helloworld
Submission Time 2024-01-15 14:07:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pigeonhole.cpp: In function ‘int main()’:
pigeonhole.cpp:13:10: error: ‘a’ was not declared in this scope
13 | cin >> a >> b;
| ^
pigeonhole.cpp:13:15: error: ‘b’ was not declared in this scope
13 | cin >> a >> b;
| ^