/ gzezoier /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:71:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0;i<ans.size();i++)
                 ~^~~~~~~~~~~
/in/foo.cc:73:51: 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=]
         if(ans[i]!=ans[i-1])printf("%.9d\n",ans[i]);
                                                   ^
# 状态 耗时 内存占用
#1 Accepted 308ms 332.0 KiB
#2 Accepted 307ms 320.0 KiB
#3 Accepted 311ms 328.0 KiB
#4 Accepted 214ms 208.0 KiB
#5 Accepted 212ms 324.0 KiB
#6 Accepted 211ms 196.0 KiB
#7 Accepted 211ms 324.0 KiB
#8 Accepted 307ms 324.0 KiB
#9 Accepted 214ms 864.0 KiB
#10 Accepted 215ms 868.0 KiB

信息

递交者
类型
递交
题目
P1019 求原数
语言
C++
递交时间
2019-10-01 08:54:12
评测时间
2019-10-01 08:54:12
评测机
分数
100
总耗时
2516ms
峰值内存
868.0 KiB