Wrong Answer
/in/foo.cc: In function 'int main()':
/in/foo.cc:125:29: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
     printf("%d\n",abs(ans)+2);
                             ^
/in/foo.cc:127:27: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
     printf("%d\n",abs(ans));
                           ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1300 I. RBS Checking
 - 比赛
 - 2021年互联网创新创业科技节程序设计大赛
 - 语言
 - C++
 - 递交时间
 - 2021-12-23 20:44:13
 - 评测时间
 - 2021-12-23 20:44:43
 - 评测机
 
- 分数
 - 150
 - 总耗时
 - 9924ms
 - 峰值内存
 - 33.633 MiB