Accepted

foo.cc: In function ‘int rs(int, int, int)’:
foo.cc:24:1: warning: control reaches end of non-void function [-Wreturn-type]
   24 | }
      | ^
foo.cc: In function ‘int yunsuan(int, int, int, int)’:
foo.cc:58:16: warning: ‘ret’ may be used uninitialized [-Wmaybe-uninitialized]
   58 |         return ret;
      |                ^~~
foo.cc:27:13: note: ‘ret’ was declared here
   27 |         int ret,ax,bx;
      |             ^~~
# 状态 耗时 内存占用
#1 Accepted 3ms 540.0 KiB
#2 Accepted 4ms 320.0 KiB
#3 Accepted 4ms 324.0 KiB
#4 Accepted 3ms 536.0 KiB
#5 Accepted 4ms 324.0 KiB
#6 Accepted 2ms 320.0 KiB
#7 Accepted 2ms 536.0 KiB
#8 Accepted 3ms 536.0 KiB
#9 Accepted 4ms 320.0 KiB
#10 Accepted 2ms 536.0 KiB

信息

递交者
类型
递交
题目
P1528 速算游戏(point24.*)
语言
C++
递交时间
2024-07-04 19:33:06
评测时间
2024-07-04 19:33:06
评测机
分数
100
总耗时
36ms
峰值内存
540.0 KiB