/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'll gcd(ll, ll)':
/in/foo.cc:8:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (a < 0) a = -a; if (b < 0) b = -b;
     ^~
/in/foo.cc:8:24: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
     if (a < 0) a = -a; if (b < 0) b = -b;
                        ^~
# 状态 耗时 内存占用
#1 Accepted 2ms 1.34 MiB
#2 Accepted 1ms 1.348 MiB
#3 Accepted 1ms 1.348 MiB
#4 Accepted 1ms 1.348 MiB
#5 Accepted 1ms 1.348 MiB
#6 Accepted 1ms 1.348 MiB
#7 Runtime Error 1ms 1.344 MiB
#8 Accepted 1ms 1.348 MiB
#9 Accepted 1ms 1.348 MiB
#10 Accepted 1ms 1.348 MiB

信息

递交者
类型
递交
题目
P1748 进制转换
语言
C++
递交时间
2021-02-02 16:29:24
评测时间
2021-02-02 16:29:24
评测机
分数
90
总耗时
18ms
峰值内存
1.348 MiB