/ Vijos /

记录详情

Compile Error

/in/foo.cc:127:1: error: stray '\357' in program
 
 ^
/in/foo.cc:127:2: error: stray '\273' in program
 
  ^
/in/foo.cc:127:3: error: stray '\277' in program
 
   ^
/in/foo.cc: In function 'void segins(int&, int, int, int, int)':
/in/foo.cc:36:15: warning: capture of variable 'tot' with non-automatic storage duration
         i = [&tot]() {
               ^~~
/in/foo.cc:12:5: note: 'int tot' declared here
 int tot, n, m, xsiz;
     ^~~
/in/foo.cc:43:17: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
     int mid = l + r >> 1;
               ~~^~~
/in/foo.cc: In function 'int bitask(int, int, int)':
/in/foo.cc:78:21: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
         int mid = l + r >> 1, tmp = getleft();
                   ~~^~~

信息

递交者
类型
递交
题目
P1665 区间查询
语言
C++
递交时间
2017-07-01 13:33:49
评测时间
2017-07-01 13:33:49
评测机
分数
0
总耗时
1142ms
峰值内存
130.109 MiB