Problem | gcd |
---|---|
User | boaznumberd5555 |
Submission Time | 2023-03-03 15:02:47 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gcd.cpp: In function ‘int gcd(int, int)’:
gcd.cpp:5:19: error: ‘a2’ was not declared in this scope; did you mean ‘a’?
5 | int output = gcd(a2,b2);
| ^~
| a
gcd.cpp:5:22: error: ‘b2’ was not declared in this scope; did you mean ‘b’?
5 | int output = gcd(a2,b2);
| ^~
| b