记录详情

Time Exceeded

/in/foo.cc: In function 'int gcd(int, int)':
/in/foo.cc:8:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(temp==0)
   ^~
/in/foo.cc:9:9: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   a=b;  b=temp;
         ^
# 状态 耗时 内存占用
#1 Time Exceeded ≥1003ms ≥376.0 KiB
#2 Time Exceeded ≥1001ms ≥360.0 KiB
#3 Time Exceeded ≥1001ms ≥404.0 KiB
#4 Time Exceeded ≥1003ms ≥380.0 KiB
#5 Time Exceeded ≥1005ms ≥404.0 KiB

信息

递交者
类型
递交
题目
A6-4 最大公约数专题:多个数的最大公约数
比赛
泰院2401程序设计基础作业赛第四场
语言
C++
递交时间
2024-11-11 17:05:58
评测时间
2024-11-11 17:05:58
评测机
分数
0
总耗时
≥5015ms
峰值内存
≥404.0 KiB