Accepted
/in/foo.cc: In function 'long long int maxi(long long int, long long int)':
/in/foo.cc:11:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (p>q) return p;return q;
     ^~
/in/foo.cc:11:23: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
     if (p>q) return p;return q;
                       ^~~~~~
/in/foo.cc: At global scope:
/in/foo.cc:32:6: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
 main(){
      ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 经典环形DP 能量项链
 - 语言
 - C++
 - 递交时间
 - 2017-08-18 15:24:40
 - 评测时间
 - 2017-08-18 15:24:40
 - 评测机
 
- 分数
 - 655360
 - 总耗时
 - 43ms
 - 峰值内存
 - 3.086 MiB