/ SeriousOJ /

Record Detail

Compile Error

foo.c: In function 'main':
foo.c:15:12: error: too few arguments to function 'strcmp'
   15 |         if(strcmp((name,p)==0)){
      |            ^~~~~~
In file included from foo.c:2:
/usr/include/string.h:156:12: note: declared here
  156 | extern int strcmp (const char *__s1, const char *__s2)
      |            ^~~~~~

Information

Submit By
Type
Pretest
Language
C11 (GCC 13.2.0)
Submit At
2025-09-01 06:24:01
Judged At
2025-09-01 06:24:01
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes