Accepted

/in/foo.cc:40:1: warning: "/*" within comment [-Wcomment]
   40 | /* run this program using the console pauser or add your own getch, system("pause") or input loop /
      |  
/in/foo.cc: In function 'int main()':
/in/foo.cc:22:20: warning: 'now' may be used uninitialized [-Wmaybe-uninitialized]
   22 |     cout<<dp[now][0]<<endl;
      |                    ^
/in/foo.cc:11:13: note: 'now' was declared here
   11 |     int i,j,now,last;
      |             ^~~
# 状态 耗时 内存占用
#1 Accepted 2ms 472.0 KiB
#2 Accepted 1ms 472.0 KiB
#3 Accepted 1ms 536.0 KiB
#4 Accepted 1ms 344.0 KiB
#5 Accepted 1ms 480.0 KiB

信息

递交者
类型
递交
题目
P1457 传球游戏
语言
C++
递交时间
2025-03-23 16:39:24
评测时间
2025-03-23 16:39:24
评测机
分数
100
总耗时
9ms
峰值内存
536.0 KiB