/ Vijos /

记录详情

Accepted

foo.cc: In function 'bign& operator++(bign&, int)':
foo.cc:243:12: warning: reference to local variable 't' returned [-Wreturn-local-addr]
  243 |     return t;
      |            ^
foo.cc:241:10: note: declared here
  241 |     bign t=a;
      |          ^
foo.cc: In function 'bign& operator--(bign&, int)':
foo.cc:254:12: warning: reference to local variable 't' returned [-Wreturn-local-addr]
  254 |     return t;
      |            ^
foo.cc:252:10: note: declared here
  252 |     bign t=a;
      |          ^
foo.cc: In function 'int main()':
foo.cc:273:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  273 |     scanf("%d %s",&n,s);
      |     ~~~~~^~~~~~~~~~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 3ms 768.0 KiB
#2 Accepted 2ms 896.0 KiB
#3 Accepted 2ms 896.0 KiB
#4 Accepted 2ms 896.0 KiB
#5 Accepted 315ms 888.0 KiB
#6 Accepted 7ms 1.0 MiB
#7 Accepted 25ms 896.0 KiB
#8 Accepted 14ms 896.0 KiB
#9 Accepted 167ms 1020.0 KiB
#10 Accepted 218ms 1016.0 KiB

信息

递交者
类型
递交
题目
P1472 教主的集合序列
语言
C++
递交时间
2022-04-15 11:25:38
评测时间
2022-04-15 11:25:38
评测机
分数
100
总耗时
760ms
峰值内存
1.0 MiB