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;
      |             ^~~
  信息
- 递交者
- 类型
- 递交
- 题目
- P1457 传球游戏
- 语言
- C++
- 递交时间
- 2025-03-23 16:39:24
- 评测时间
- 2025-03-23 16:39:24
- 评测机
- 分数
- 100
- 总耗时
- 9ms
- 峰值内存
- 536.0 KiB