| Problem | mathclass |
|---|---|
| User | toiletsarenice |
| Submission Time | 2024-05-16 09:57:02 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
mathclass.cpp: In function ‘long long int lcm(long long int, long long int)’:
mathclass.cpp:24:26: error: expected ‘;’ before numeric constant
24 | return a * b / gcd(a, b) 10000000007;
| ^~~~~~~~~~~~
| ;