/ Vijos /

记录详情

Compile Error

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

信息

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