Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:39:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (a[1] * a[1] != a[2] * a[0])
     ^~
/in/foo.cc:41:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
  return 0;
  ^~~~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1251 A 等比数列
 - 比赛
 - 南京师范大学2021年6月程序设计竞赛(小兰赛)
 - 语言
 - C++
 - 递交时间
 - 2021-06-02 16:47:14
 - 评测时间
 - 2021-06-02 16:47:14
 - 评测机
 
- 分数
 - 120
 - 总耗时
 - 11ms
 - 峰值内存
 - 228.0 KiB