/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'int main()':
foo.cpp:12:21: warning: unknown conversion type character 'l' in format [-Wformat=]
 printf("%lld\n",f[m]);
                     ^
foo.cpp:12:21: warning: too many arguments for format [-Wformat-extra-args]
foo.cpp:25:16: error: expected ')' before 's'
 g[i]=(g[i]+f[j]s[j][i])%7777777;
                ^
foo.cpp:34:19: error: expected ')' before 's'
 temp=(temp+s[i][k]s[k][j])%7777777;
                   ^
foo.cpp:40:21: warning: unknown conversion type character 'l' in format [-Wformat=]
 printf("%lld\n",f[n]);
                     ^
foo.cpp:40:21: warning: too many arguments for format [-Wformat-extra-args]

信息

递交者
类型
递交
题目
P1067 Warcraft III 守望者的烦恼
语言
C++
递交时间
2016-07-06 09:55:10
评测时间
2016-07-06 09:55:10
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes