/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'long long int gcd(long long int, long long int)':
/in/foo.cc:8:21: warning: left operand of comma operator has no effect [-Wunused-value]
         return (b,a%b);
                     ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:14:13: warning: unused variable 'd' [-Wunused-variable]
     int t,s,d,i;
             ^
/in/foo.cc:14:15: warning: unused variable 'i' [-Wunused-variable]
     int t,s,d,i;
               ^
# 状态 耗时 内存占用
#1 Accepted 3ms 368.0 KiB
#2 Wrong Answer 8ms 384.0 KiB
#3 Wrong Answer 2ms 372.0 KiB
#4 Wrong Answer 2ms 256.0 KiB
#5 Accepted 3ms 344.0 KiB
#6 Runtime Error 2ms 360.0 KiB
#7 Runtime Error 3ms 348.0 KiB
#8 Runtime Error 2ms 256.0 KiB
#9 Runtime Error 7ms 372.0 KiB
#10 Runtime Error 2ms 376.0 KiB

信息

递交者
类型
递交
题目
P1047 最小公倍数
语言
C++
递交时间
2018-08-11 19:39:49
评测时间
2018-08-11 19:39:49
评测机
分数
20
总耗时
38ms
峰值内存
384.0 KiB