Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:19:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int j = 0; j < p[i].pwd.length(); j++){ ~~^~~~~~~~~~~~~~~~~~~ /in/foo.cc:20:27: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if(p[i].pwd[j] >= 'a' && p[i].pwd[j] <= 'z' || p[i].pwd[j] >= 'A' && p[i].pwd[j] <= 'Z'){
信息
- 递交者
- 类型
- 递交
- 题目
- P1181 紧急措施
- 语言
- C++
- 递交时间
- 2024-07-04 21:24:45
- 评测时间
- 2024-07-04 21:24:45
- 评测机
- 分数
- 100
- 总耗时
- 35ms
- 峰值内存
- 1.797 MiB