Problem | gcd |
---|---|
User | ShaquilleOatmeal34 |
Submission Time | 2025-02-19 16:25:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gcd.cpp: In function ‘int main()’:
gcd.cpp:8:15: error: expression list treated as compound expression in initializer [-fpermissive]
8 | int hello(a,b) {
| ^
gcd.cpp:8:17: error: expected ‘,’ or ‘;’ before ‘{’ token
8 | int hello(a,b) {
| ^
gcd.cpp:15:10: error: expected ‘}’ at end of input
15 | return hello
| ^~~~~
gcd.cpp:7:15: note: to match this ‘{’
7 | signed main() {
| ^