| Problem | gcd |
|---|---|
| User | Aarush1000 |
| Submission Time | 2023-04-05 15:58:30 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
gcd.cpp:11:2: error: ‘cout’ does not name a type
11 | cout << "gcd(a, b) = " << __gcd(a, b) << endl; // gcd(6,20) for C++17
| ^~~~