Record Detail

Accepted

/in/ex2.c: In function 'main':
/in/ex2.c:5:5: warning: implicit declaration of function 'findgcd' [-Wimplicit-function-declaration]
     findgcd(a,b);
     ^~~~~~~
/in/ex2.c:3:30: warning: unused variable 'gcd' [-Wunused-variable]
     int a; int b; int i; int gcd;
                              ^~~
/in/ex2.c:3:23: warning: unused variable 'i' [-Wunused-variable]
     int a; int b; int i; int gcd;
                       ^
/in/ex2.c: In function 'findgcd':
/in/ex2.c:22:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# Status Time Cost Memory Cost
#1 Accepted 1ms 248.0 KiB
#2 Accepted 1ms 324.0 KiB
#3 Accepted 0ms 328.0 KiB
#4 Accepted 1ms 256.0 KiB
#5 Accepted 0ms 288.0 KiB
#6 Accepted 0ms 316.0 KiB
#7 Accepted 0ms 256.0 KiB
#8 Accepted 1ms 340.0 KiB
#9 Accepted 0ms 200.0 KiB
#10 Accepted 1ms 256.0 KiB

Information

Submit By
Type
Submission
Homework
Assignment 4
Language
C
Submit At
2018-06-17 18:32:56
Judged At
2018-06-17 18:32:56
Judged By
Score
100
Total Time
10ms
Peak Memory
340.0 KiB