/ new_bzoj /

记录详情

Wrong Answer

foo.cc: In function 'void printAll(std::bitset<140000>)':
foo.cc:12:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(register int i=s.size()-1;i>=s.size()-20;i--)
                                ~^~~~~~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:46:49: warning: suggest parentheses around '-' inside '<<' [-Wparentheses]
    bitset<140000> tmp(  (1<<rbound) - (1<<lbound-1)  );
                                           ~~~~~~^~
foo.cc:50:48: warning: suggest parentheses around '-' inside '<<' [-Wparentheses]
    bitset<140000> tmp( (1<<rbound) - (1<<lbound-1)  );
                                          ~~~~~~^~
foo.cc:54:30: warning: left shift count >= width of type [-Wshift-count-overflow]
    bitset<140000> tmp( (1<<N+1) - (1<<rbound) + (1<<lbound-1) - 1 ) ;
                              ^
foo.cc:54:29: warning: suggest parentheses around '+' inside '<<' [-Wparentheses]
    bitset<140000> tmp( (1<<N+1) - (1<<rbound) + (1<<lbound-1) - 1 ) ;
                            ~^~
foo.cc:54:59: warning: suggest parentheses around '-' inside '<<' [-Wparentheses]
    bitset<140000> tmp( (1<<N+1) - (1<<rbound) + (1<<lbound-1) - 1 ) ;
                                                     ~~~~~~^~
foo.cc:59:48: warning: suggest parentheses around '-' inside '<<' [-Wparentheses]
    bitset<140000> tmp( (1<<rbound) - (1<<lbound-1)  );
                                          ~~~~~~^~
foo.cc:65:30: warning: left shift count >= width of type [-Wshift-count-overflow]
    bitset<140000> tmp( (1<<N+1) - (1<<rbound) + (1<<lbound-1) - 1  );
                              ^
foo.cc:65:29: warning: suggest parentheses around '+' inside '<<' [-Wparentheses]
    bitset<140000> tmp( (1<<N+1) - (1<<rbound) + (1<<lbound-1) - 1  );
                            ~^~
foo.cc:65:59: warning: suggest parentheses around '-' inside '<<' [-Wparentheses]
    bitset<140000> tmp( (1<<N+1) - (1<<rbound) + (1<<lbound-1) - 1  );
                                                     ~~~~~~^~
foo.cc:70:29: warning: left shift count >= width of type [-Wshift-count-overflow]
    bitset <140000> t( (1<<N+1) - (1<<rbound) + (1<<lbound-1) - 1 ) ;
                             ^
foo.cc:70:28: warning: suggest parentheses around '+' inside '<<' [-Wparentheses]
    bitset <140000> t( (1<<N+1) - (1<<rbound) + (1<<lbound-1) - 1 ) ;
                           ~^~
foo.cc:70:58: warning: suggest parentheses around '-' inside '<<' [-Wparentheses]
    bitset <140000> t( (1<<N+1) - (1<<rbound) + (1<<lbound-1) - 1 ) ;
                                                    ~~~~~~^~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Wrong Answer Read (7,10), expect (12572,20152). 217ms 452.0 KiB
#3 Wrong Answer User output longer than standard answer. 218ms 496.0 KiB
#4 Accepted 2ms 472.0 KiB
#5 Wrong Answer User output longer than standard answer. 2ms 384.0 KiB
#6 Wrong Answer User output longer than standard answer. 43ms 448.0 KiB
#7 Wrong Answer Read [12,14], expect [48376,58919). 42ms 492.0 KiB
#8 Wrong Answer Standard answer longer than user output. 40ms 452.0 KiB
#9 Wrong Answer Read (5,8], expect (27157,27576]. 252ms 492.0 KiB
#10 Wrong Answer Read [3,3], expect (1524,2243). 249ms 496.0 KiB

信息

递交者
类型
递交
题目
校门外的区间
语言
C++
递交时间
2021-07-19 20:01:52
评测时间
2021-07-19 20:01:52
评测机
分数
20
总耗时
1071ms
峰值内存
496.0 KiB