/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'void zl()':
foo.cpp:45:20: error: 'jc' was not declared in this scope
         while (jc(i)==0);
                    ^
foo.cpp: In function 'int main()':
foo.cpp:146:24: warning: unknown conversion type character 'l' in format [-Wformat=]
     printf("%lld\n",ans);    
                        ^
foo.cpp:146:24: warning: too many arguments for format [-Wformat-extra-args]
foo.cpp:132:13: warning: unused variable 'j' [-Wunused-variable]
     int i , j;
             ^

信息

递交者
类型
递交
题目
P1945 排序
语言
C++
递交时间
2015-05-13 17:03:48
评测时间
2015-05-13 17:03:48
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes