| Problem | gcd |
|---|---|
| User | Spiral |
| Submission Time | 2026-07-31 11:04:29 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
gcd.cpp:12:20: error: stray ‘#’ in program
12 | counter = h % l# remainder
| ^
gcd.cpp:13:11: error: stray ‘#’ in program
13 | h = l #quotient
| ^
gcd.cpp:1:1: error: ‘ls’ does not name a type
1 | ls = list(map(int,input().split()))
| ^~