| Problem | gcd |
|---|---|
| User | carycaryicar |
| Submission Time | 2023-11-12 23:16:23 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
gcd.cpp: In function ‘int gcdMiddleSchoolProcedure(int, int)’:
gcd.cpp:39:23: error: ‘m’ was not declared in this scope
39 | FindFactorization(m, &mFactorization);
| ^
gcd.cpp:40:23: error: ‘n’ was not declared in this scope
40 | FindFactorization(n, &nFactorization);
| ^