Runtime Error
/in/foo.cc: In function 'int main()': /in/foo.cc:14:10: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 14 | for(i=0;i<strlen(a);i++) | ~^~~~~~~~~~ /in/foo.cc:12:6: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] 12 | scanf("%s",a) ; | ~~~~~^~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1565 土著族数
- 语言
- C++
- 递交时间
- 2024-04-01 10:42:02
- 评测时间
- 2024-04-01 10:42:02
- 评测机
- 分数
- 0
- 总耗时
- 3ms
- 峰值内存
- 348.0 KiB