Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:12:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int j=0;j<prm.size()&&prm[j]*i<=10001;j++){
~^~~~~~~~~~~
/in/foo.cc:19:23: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'char (*)[101]' [-Wformat=]
scanf("%s",&a1);
~~~^
/in/foo.cc:20:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i=0;i<strlen(a1);i++){
~^~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1495 笨小猴
- 语言
- C++
- 递交时间
- 2017-09-19 16:58:54
- 评测时间
- 2017-09-19 16:58:55
- 评测机
- 分数
- 100
- 总耗时
- 26ms
- 峰值内存
- 1.312 MiB