Record Detail

Accepted

/in/ex1.c: In function 'main':
/in/ex1.c:10:16: warning: variable 'c2' set but not used [-Wunused-but-set-variable]
     complex c1,c2,c3;
                ^~
/in/ex1.c:10:13: warning: variable 'c1' set but not used [-Wunused-but-set-variable]
     complex c1,c2,c3;
             ^~
/in/ex1.c:41:9: warning: 'c3.imaginary' may be used uninitialized in this function [-Wmaybe-uninitialized]
         printf("%d%di",c3.real,c3.imaginary);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/in/ex1.c:41:9: warning: 'c3.real' may be used uninitialized in this function [-Wmaybe-uninitialized]
# Status Time Cost Memory Cost
#1 Accepted 1ms 324.0 KiB
#2 Accepted 0ms 248.0 KiB
#3 Accepted 0ms 332.0 KiB
#4 Accepted 0ms 256.0 KiB
#5 Accepted 1ms 248.0 KiB
#6 Accepted 0ms 256.0 KiB
#7 Accepted 0ms 328.0 KiB
#8 Accepted 1ms 340.0 KiB
#9 Accepted 0ms 248.0 KiB
#10 Accepted 0ms 276.0 KiB

Information

Submit By
Type
Submission
Problem
h4ex1: Structure, basic programming
Homework
Assignment 4
Language
C
Submit At
2018-06-20 00:07:38
Judged At
2018-06-20 00:07:38
Judged By
Score
100
Total Time
10ms
Peak Memory
340.0 KiB