Accepted
foo.cc: In function 'int main()':
foo.cc:9:51: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 M[i][j]=u;P[c]=make_pair(u,c);x[c]=i,y[c]=j;c++;}}for(int i=1;i<c;i++)
                                                   ^~~
foo.cc:10:9: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
 pa[i]=i;T=read();t=T;for(int i=1;i<=T;i++)a[i]=read();sort(P,P+c),c--;
         ^
自豪的采用jd5进行评测(github.com/masnn/jd5)
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1944 琵琶湖
 - 语言
 - C++
 - 递交时间
 - 2020-02-02 19:37:46
 - 评测时间
 - 2020-02-02 19:37:46
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 3489ms
 - 峰值内存
 - 23.961 MiB