/ 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 11ms 15.656 MiB
#2 Accepted 11ms 15.66 MiB
#3 Accepted 11ms 15.824 MiB
#4 Accepted 11ms 15.871 MiB
#5 Time Exceeded ≥1003ms ≥15.613 MiB
#6 Accepted 12ms 16.141 MiB
#7 Accepted 12ms 16.137 MiB
#8 Accepted 12ms 16.105 MiB
#9 Accepted 11ms 16.082 MiB
#10 Accepted 11ms 16.141 MiB

信息

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