/ Vijos /

记录详情

Accepted

foo.cc: In function 'bign& operator++(bign&, int)':
foo.cc:246:12: warning: reference to local variable 't' returned [-Wreturn-local-addr]
  246 |     return t;
      |            ^
foo.cc:244:10: note: declared here
  244 |     bign t=a;
      |          ^
foo.cc: In function 'bign& operator--(bign&, int)':
foo.cc:257:12: warning: reference to local variable 't' returned [-Wreturn-local-addr]
  257 |     return t;
      |            ^
foo.cc:255:10: note: declared here
  255 |     bign t=a;
      |          ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 4ms 540.0 KiB
#2 Accepted 6ms 924.0 KiB
#3 Accepted 3ms 924.0 KiB
#4 Accepted 6ms 924.0 KiB
#5 Accepted 401ms 808.0 KiB
#6 Accepted 7ms 1000.0 KiB
#7 Accepted 27ms 1008.0 KiB
#8 Accepted 27ms 1012.0 KiB
#9 Accepted 246ms 980.0 KiB
#10 Accepted 279ms 980.0 KiB

信息

递交者
类型
递交
题目
P1472 教主的集合序列
语言
C++
递交时间
2023-08-01 11:30:13
评测时间
2023-08-01 11:30:13
评测机
分数
100
总耗时
1010ms
峰值内存
1012.0 KiB