Time Exceeded
/in/foo.c: In function 'main': /in/foo.c:8:10: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'char (*)[50]' [-Wformat=] scanf("%s %s",&a,&b); ^ /in/foo.c:8:13: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'char (*)[50]' [-Wformat=] scanf("%s %s",&a,&b); ^ /in/foo.c:9:2: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while(ch=getchar()&&ch!=EOF) ^~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1000 字串变换
- 语言
- C
- 递交时间
- 2022-02-09 03:52:10
- 评测时间
- 2022-02-09 03:52:10
- 评测机
- 分数
- 0
- 总耗时
- ≥5013ms
- 峰值内存
- ≥232.0 KiB