/ FtOJ /

记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:13:97: warning: format '%d' expects argument of type 'int', but argument 2 has type '__gnu_cxx::__normal_iterator<int*, std::vector<int> >::difference_type {aka long int}' [-Wformat=]
         if(shit == 3) printf("%d\n", lower_bound(fuck.begin(), fuck.end(), x) - fuck.begin() + 1);
                                                                                                 ^
/in/foo.cc:15:78: warning: format '%d' expects argument of type 'int', but argument 2 has type '__gnu_cxx::__normal_iterator<int*, std::vector<int> >' [-Wformat=]
         if(shit == 5) printf("%d\n", lower_bound(fuck.begin(), fuck.end(), x));
                                                                              ^
/in/foo.cc:16:78: warning: format '%d' expects argument of type 'int', but argument 2 has type '__gnu_cxx::__normal_iterator<int*, std::vector<int> >' [-Wformat=]
         if(shit == 6) printf("%d\n", upper_bound(fuck.begin(), fuck.end(), x));
                                                                              ^
# 状态 耗时 内存占用
#1 Wrong Answer 2ms 420.0 KiB
#2 Runtime Error 2ms 936.0 KiB

信息

递交者
类型
递交
题目
P1003 「模板」普通平衡树
语言
C++
递交时间
2020-09-05 15:05:33
评测时间
2020-09-05 15:05:34
评测机
分数
0
总耗时
4ms
峰值内存
936.0 KiB