Record Detail

Compile Error

/in/hotel-mt.c: In function 'gainname':
/in/hotel-mt.c:123:16: error: passing argument 1 of 'strcpy' makes pointer from integer without a cast [-Werror=int-conversion]
         strcpy(name[i++],a);
                ^~~~
In file included from /in/hotel-mt.c:5:0:
/usr/include/string.h:125:14: note: expected 'char * restrict' but argument is of type 'char'
 extern char *strcpy (char *__restrict __dest, const char *__restrict __src)
              ^~~~~~
cc1: all warnings being treated as errors

Information

Submit By
Type
Submission
Homework
Project 2
Language
C
Submit At
2018-07-17 08:42:41
Judged At
2018-07-17 08:42:41
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes