Problem gcd
User ShaquilleOatmeal34
Submission Time 2025-02-19 16:26:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gcd.cpp: In function ‘int main()’:
gcd.cpp:9:15: error: expression list treated as compound expression in initializer [-fpermissive]
9 | int hello(a,b) {
| ^
gcd.cpp:9:17: error: expected ‘,’ or ‘;’ before ‘{’ token
9 | int hello(a,b) {
| ^
gcd.cpp:16:10: error: expected ‘}’ at end of input
16 | return hello
| ^~~~~
gcd.cpp:7:15: note: to match this ‘{’
7 | signed main() {
| ^