/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'int main()':
foo.cpp:67:28: warning: unknown conversion type character 'l' in format [-Wformat=]
   scanf("%d%d%lld",&a,&b,&c);
                            ^
foo.cpp:67:28: warning: too many arguments for format [-Wformat-extra-args]
foo.cpp:78:2: error: expected ';' before 'while'
  while(m--){
  ^
foo.cpp:89:1: error: expected '}' at end of input
 }
 ^

信息

递交者
类型
递交
题目
P1460 拉力赛
语言
C++
递交时间
2016-03-05 15:47:47
评测时间
2016-03-05 15:47:48
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes