/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'long long int quick_pow(long long int, long long int)':
/in/foo.cc:25:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
      if(b&1) res*=a;
      ^~
/in/foo.cc:26:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   a*=a;
   ^
# 状态 耗时 内存占用
#1 Accepted 198ms 500.0 KiB
#2 Accepted 1ms 512.0 KiB
#3 Accepted 2ms 200.0 KiB
#4 Accepted 1ms 200.0 KiB
#5 Accepted 1ms 200.0 KiB
#6 Accepted 1ms 200.0 KiB
#7 Accepted 2ms 200.0 KiB
#8 Accepted 7ms 200.0 KiB
#9 Accepted 27ms 200.0 KiB
#10 Accepted 125ms 200.0 KiB

信息

递交者
类型
递交
题目
P1172 反质数
语言
C++
递交时间
2019-03-30 19:37:24
评测时间
2019-03-30 19:37:24
评测机
分数
100
总耗时
370ms
峰值内存
512.0 KiB