/ XMU_ACM /

记录详情

Accepted

/in/foo.cc: In function 'int solve(ll)':
/in/foo.cc:24:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(ret<0) ret+=mod;if(ret>=mod) ret-=mod;
  ^~
/in/foo.cc:24:21: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
  if(ret<0) ret+=mod;if(ret>=mod) ret-=mod;
                     ^~
/in/foo.cc: In function 'int main()':
/in/foo.cc:28:11: warning: unused variable 'T' [-Wunused-variable]
  ll n;int T;
           ^
# 状态 耗时 内存占用
#1 Accepted 373ms 336.0 KiB

信息

递交者
类型
递交
题目
E-hard
比赛
2018小学期第一次周末测试
语言
C++
递交时间
2018-06-30 09:36:23
评测时间
2018-06-30 09:36:23
评测机
分数
100
总耗时
373ms
峰值内存
336.0 KiB