/ Vijos /

记录详情

Compile Error

foo.c: In function 'main':
foo.c:33:15: error: expected ')' before numeric constant
 a1[i] = (a1[i]10+a[j]-'0')%p1;
               ^
foo.c:34:15: error: expected ')' before numeric constant
 a2[i] = (a2[i]10+a[j]-'0')%p2;
               ^
foo.c:35:15: error: expected ')' before numeric constant
 a3[i] = (a3[i]10+a[j]-'0')%p3;
               ^
foo.c:36:15: error: expected ')' before numeric constant
 a4[i] = (a4[i]10+a[j]-'0')%p4;
               ^
foo.c:17:9: warning: unused variable 'k' [-Wunused-variable]
 int i,j,k;
         ^

信息

递交者
类型
递交
题目
P1798 摄影师的烦恼
语言
C
递交时间
2016-03-17 07:43:29
评测时间
2016-03-17 07:43:30
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes