Accepted
foo.cc: In function 'int main(int, const char**)': foo.cc:12:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0, j = 1; i < ISBN.size(); ++i){ ~~^~~~~~~~~~~~~ foo.cc:26:2: warning: 'num' may be used uninitialized in this function [-Wmaybe-uninitialized] if(num == should) printf("Right"); ^~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
信息
- 递交者
- 类型
- 递交
- 题目
- P1484 ISBN号码
- 语言
- C++
- 递交时间
- 2021-04-16 18:48:28
- 评测时间
- 2021-04-16 18:48:28
- 评测机
- 分数
- 100
- 总耗时
- 20ms
- 峰值内存
- 384.0 KiB