/ Vijos /

记录详情

Compile Error

foo.cpp:22:15: error: stray ',' at end of member declaration
  int ele[3][3],; static int Mod;
               ^
foo.cpp: In function 'int main()':
foo.cpp:63:30: warning: unknown conversion type character 'l' in format [-Wformat=]
  scanf("%lld%d%d", &n, &K, &p);
                              ^
foo.cpp:63:30: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'll* {aka long long int*}' [-Wformat=]
foo.cpp:63:30: warning: too many arguments for format [-Wformat-extra-args]

信息

递交者
类型
递交
题目
P1817 兔农
语言
C++
递交时间
2016-06-23 10:04:31
评测时间
2016-06-23 10:04:32
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes