Accepted
foo.cc: In function 'long long int solve(long long int, long long int)':
foo.cc:9:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
    9 |     if (y == 1) return x; if(y == 2) return x - 1;
      |     ^~
foo.cc:9:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
    9 |     if (y == 1) return x; if(y == 2) return x - 1;
      |                           ^~
  正在同步测试数据,请稍后 [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1256 F 数字游戏
 - 语言
 - C++
 - 递交时间
 - 2022-08-21 09:53:48
 - 评测时间
 - 2022-08-21 09:53:48
 - 评测机
 
- 分数
 - 120
 - 总耗时
 - 55ms
 - 峰值内存
 - 384.0 KiB