Problem | lcm |
---|---|
User | isaackhong |
Submission Time | 2023-04-29 14:52:12 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lcm.cpp: In function ‘int main()’:
lcm.cpp:17:5: error: ‘ll’ was not declared in this scope
17 | ll a, b;
| ^~
lcm.cpp:18:12: error: ‘a’ was not declared in this scope
18 | cin >> a >> b;
| ^
lcm.cpp:18:17: error: ‘b’ was not declared in this scope
18 | cin >> a >> b;
| ^