记录详情

System Error

/in/foo.cc: In function 'bool huiwen(int)':
/in/foo.cc:11:11: warning: unused variable 'k' [-Wunused-variable]
   int i,j,k;  
           ^
/in/foo.cc: In function 'void readdata()':
/in/foo.cc:21:16: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'char (*)[100]' [-Wformat=]
   scanf("%s",&s);
                ^
/in/foo.cc: In function 'void add(int)':
/in/foo.cc:34:11: warning: unused variable 'k' [-Wunused-variable]
   int i,j,k,last,y=1-x;  
           ^
/in/foo.cc: In function 'void readdata()':
/in/foo.cc:28:22: warning: 'j' may be used uninitialized in this function [-Wmaybe-uninitialized]
       a[0][++a[0][0]]=j;  
       ~~~~~~~~~~~~~~~^~
FormatError('config file not found',)

信息

递交者
类型
递交
题目
回文数
语言
C++
递交时间
2018-07-30 10:29:51
评测时间
2018-07-30 10:29:51
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes