/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'int main()':
foo.cpp:30:28: warning: unknown conversion type character 'l' in format [-Wformat=]
     scanf("%d %lld\n",&n,&m);
                            ^
foo.cpp:30:28: warning: too many arguments for format [-Wformat-extra-args]
foo.cpp:42:23: error: invalid operands of types 'long long int [1001]' and 'long long int' to binary 'operator%'
     printf("%d",count%m);
                       ^

信息

递交者
类型
递交
题目
P1967 夜夜的花裙子
语言
C++
递交时间
2016-05-21 14:03:27
评测时间
2016-05-21 14:03:28
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes