Wrong Answer
/in/foo.cc: In function 'int main()':
/in/foo.cc:13:31: warning: format '%d' expects argument of type 'int', but argument 2 has type 'll {aka long long int}' [-Wformat=]
 #define prt(x) printf("%d\n",x)
                               ^
/in/foo.cc:124:3: note: in expansion of macro 'prt'
   prt(search(1,l,r));
   ^~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 「一本通 4.3 练习 2」花神游历各国
 - 语言
 - C++
 - 递交时间
 - 2020-10-10 23:48:42
 - 评测时间
 - 2020-10-10 23:48:43
 - 评测机
 
- 分数
 - 50
 - 总耗时
 - 1270ms
 - 峰值内存
 - 13.539 MiB