Accepted
/in/ex2.c:4:1: warning: parameter names (without types) in function declaration int gcd(m,n); ^~~ /in/ex2.c: In function 'gcd': /in/ex2.c:12:5: warning: type of 'm' defaults to 'int' [-Wimplicit-int] int gcd(m,n) ^~~ /in/ex2.c:12:5: warning: type of 'n' defaults to 'int' [-Wimplicit-int] /in/ex2.c:20:1: warning: control reaches end of non-void function [-Wreturn-type] } ^
Information
- Submit By
- Type
- Submission
- Homework
- Assignment 4
- Language
- C
- Submit At
- 2018-06-21 12:57:34
- Judged At
- 2018-06-21 12:57:34
- Judged By
- Score
- 100
- Total Time
- 9ms
- Peak Memory
- 360.0 KiB