/ Vijos /

记录详情

Time Exceeded

/in/foo.cc: In function 'void write(int)':
/in/foo.cc:10:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(x<0)putchar('-'),x=-x;if(x>9)write(x/10);
  ^~
/in/foo.cc:10:27: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
  if(x<0)putchar('-'),x=-x;if(x>9)write(x/10);
                           ^~
/in/foo.cc: In function 'void writeln(int)':
/in/foo.cc:14:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(x<0)putchar('-'),x=-x;if(x>9)write(x/10);
  ^~
/in/foo.cc:14:27: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
  if(x<0)putchar('-'),x=-x;if(x>9)write(x/10);
                           ^~
# 状态 耗时 内存占用
#1 Accepted 12ms 15.684 MiB
#2 Accepted 12ms 15.723 MiB
#3 Accepted 11ms 15.812 MiB
#4 Accepted 11ms 15.926 MiB
#5 Time Exceeded ≥1004ms ≥15.676 MiB
#6 Accepted 12ms 16.039 MiB
#7 Accepted 12ms 16.086 MiB
#8 Accepted 12ms 16.066 MiB
#9 Accepted 12ms 16.133 MiB
#10 Accepted 12ms 16.074 MiB

信息

递交者
类型
递交
题目
P1057 盖房子
语言
C++
递交时间
2024-09-28 20:53:32
评测时间
2024-09-28 20:53:32
评测机
分数
90
总耗时
≥1115ms
峰值内存
≥16.133 MiB