Wrong Answer
foo.cc: In function 'int main()': foo.cc:21:6: warning: variable 'a' set but not used [-Wunused-but-set-variable] int a,b; a = read(); b = read(); ^ foo.cc:21:8: warning: variable 'b' set but not used [-Wunused-but-set-variable] int a,b; a = read(); b = read(); ^ foo.cc:30:3: warning: 'rec' may be used uninitialized in this function [-Wmaybe-uninitialized] if(i!=rec){ ^~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
信息
- 递交者
- 类型
- 递交
- 题目
- P1779 国王游戏
- 语言
- C++
- 递交时间
- 2021-03-12 11:28:12
- 评测时间
- 2021-03-12 11:28:12
- 评测机
- 分数
- 20
- 总耗时
- 22ms
- 峰值内存
- 416.0 KiB