记录详情

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(){
      ^
# 状态 耗时 内存占用
#1 Accepted 3ms 384.0 KiB
#2 Accepted 2ms 2.25 MiB
#3 Accepted 3ms 2.375 MiB
#4 Accepted 4ms 2.375 MiB
#5 Accepted 4ms 2.25 MiB
#6 Accepted 7ms 2.75 MiB
#7 Accepted 5ms 2.605 MiB
#8 Accepted 3ms 2.484 MiB
#9 Accepted 3ms 2.465 MiB
#10 Accepted 5ms 3.086 MiB

信息

递交者
类型
递交
题目
经典环形DP 能量项链
语言
C++
递交时间
2017-08-18 15:24:40
评测时间
2017-08-18 15:24:40
评测机
分数
655360
总耗时
43ms
峰值内存
3.086 MiB