| Problem | gcd |
|---|---|
| User | Maskaphobia |
| Submission Time | 2024-02-07 17:42:41 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
gcd.cpp: In function ‘int main()’:
gcd.cpp:16:3: error: ‘temp’ was not declared in this scope; did you mean ‘mktemp’?
16 | temp = smaller;
| ^~~~
| mktemp
gcd.cpp:20:10: error: ‘temp’ was not declared in this scope; did you mean ‘mktemp’?
20 | cout << temp;
| ^~~~
| mktemp