Record Detail

Compile Error

/in/hotel-ll.c: In function 'LoadInfo_Dorm':
/in/hotel-ll.c:83:5: error: variable 'read' set but not used [-Werror=unused-but-set-variable]
 int read;
     ^~~~
/in/hotel-ll.c: In function 'LoadInfo_Family':
/in/hotel-ll.c:157:6: error: variable 'read' set but not used [-Werror=unused-but-set-variable]
  int read;
      ^~~~
/in/hotel-ll.c: In function 'LoadInfo_Couple':
/in/hotel-ll.c:222:6: error: variable 'read' set but not used [-Werror=unused-but-set-variable]
  int read;
      ^~~~
/in/hotel-ll.c: In function 'LoadInfo_Single':
/in/hotel-ll.c:281:6: error: variable 'read' set but not used [-Werror=unused-but-set-variable]
  int read;
      ^~~~
cc1: all warnings being treated as errors

Information

Submit By
Type
Submission
Homework
Project 2
Language
C
Submit At
2018-07-18 05:48:04
Judged At
2018-07-18 05:48:04
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes