Record Detail

Compile Error

/in/main.c: In function 'main':
/in/main.c:25:5: error: stray '`' in program
     `````
     ^
/in/main.c:25:6: error: stray '`' in program
     `````
      ^
/in/main.c:25:7: error: stray '`' in program
     `````
       ^
/in/main.c:25:8: error: stray '`' in program
     `````
        ^
/in/main.c:25:9: error: stray '`' in program
     `````
         ^
/in/main.c:16:9: error: unused variable 'k' [-Werror=unused-variable]
     int k;
         ^
/in/main.c:15:9: error: unused variable 'seed' [-Werror=unused-variable]
     int seed;
         ^~~~
/in/main.c:21:9: error: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Werror=unused-result]
         scanf("%d",&con[i].rank);
         ^~~~~~~~~~~~~~~~~~~~~~~~
/in/main.c:22:9: error: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Werror=unused-result]
         scanf("%s",con[i].name);
         ^~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors

Information

Submit By
Type
Submission
Homework
Lab 5
Language
C
Submit At
2018-06-26 20:26:18
Judged At
2018-06-26 21:07:57
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes