/ Vijos /

记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:63:2: warning: 'gets' is deprecated (declared at /usr/include/stdio.h:638) [-Wdeprecated-declarations]
  gets(str);
  ^
/in/foo.c: At top level:
/in/foo.c:71:1: error: expected identifier or '(' before '}' token
 }
 ^
/in/foo.c:73:5: error: redefinition of 'main'
 int main()
     ^
/in/foo.c:55:5: note: previous definition of 'main' was here
 int main()
     ^
/in/foo.c: In function 'main':
/in/foo.c:79:2: warning: 'gets' is deprecated (declared at /usr/include/stdio.h:638) [-Wdeprecated-declarations]
  gets(str);
  ^

信息

递交者
类型
自测
题目
P1030 [N2.2.1750] 全排列
语言
C
递交时间
2019-11-06 23:38:19
评测时间
2019-11-06 23:38:19
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes