/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'int search(int)':
foo.cpp:20:6: error: expected primary-expression before '}' token
      }
      ^
foo.cpp:20:6: error: expected ';' before '}' token
foo.cpp:31:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
foo.cpp: In function 'int main()':
foo.cpp:34:25: warning: unknown conversion type character 'l' in format [-Wformat=]
  scanf("%lld %lld",&n,&m);
                         ^
foo.cpp:34:25: warning: unknown conversion type character 'l' in format [-Wformat=]
foo.cpp:34:25: warning: too many arguments for format [-Wformat-extra-args]

信息

递交者
类型
递交
题目
P1092 全排列
语言
C++
递交时间
2016-12-04 10:02:02
评测时间
2016-12-04 10:02:03
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes