/ Vijos /

记录详情

Compile Error

foo.c: In function 'hs':
foo.c:21:6: warning: assignment makes integer from pointer without a cast [enabled by default]
foo.c: In function 'add':
foo.c:38:5: error: invalid operands to binary / (have 'int *' and 'int')
foo.c:40:4: error: invalid operands to binary / (have 'int *' and 'int')
foo.c:41:4: error: invalid operands to binary % (have 'int *' and 'int')
foo.c: In function 'pdhw':
foo.c:50:5: warning: unused variable 'x' [-Wunused-variable]
foo.c: In function 'main':
foo.c:63:1: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'char (*)[100]' [-Wformat]

信息

递交者
类型
递交
题目
P1304 回文数
语言
C
递交时间
2014-08-13 09:44:44
评测时间
2014-08-13 09:44:47
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes