/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:64:19: error: 'lltoa' was not declared in this scope
     lltoa(n, s, 10);
                   ^
/in/foo.cc:76:23: warning: format '%d' expects argument of type 'int', but argument 2 has type '__gnu_cxx::__alloc_traits<std::allocator<long long int> >::value_type {aka long long int}' [-Wformat=]
     printf("%d ", v[i]);
                       ^
/in/foo.cc:78:27: warning: format '%d' expects argument of type 'int', but argument 2 has type '__gnu_cxx::__alloc_traits<std::allocator<long long int> >::value_type {aka long long int}' [-Wformat=]
    printf("%d\n", v[cnt-1]);
                           ^

信息

递交者
类型
递交
题目
P1024 卡布列克圆舞曲
语言
C++
递交时间
2018-09-16 00:09:32
评测时间
2018-09-16 00:09:32
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes