Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:32:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
         if(y<x) swap(x, y); a[i].x=x, a[i].y=y;
         ^~
/in/foo.cc:32:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
         if(y<x) swap(x, y); a[i].x=x, a[i].y=y;
                             ^
/in/foo.cc:28:9: warning: variable 'tp' set but not used [-Wunused-but-set-variable]
     int tp;
         ^~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - Tallest Cow 最高的牛
 - 语言
 - C++
 - 递交时间
 - 2017-07-27 12:13:23
 - 评测时间
 - 2017-07-27 12:13:23
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 41ms
 - 峰值内存
 - 384.0 KiB