记录详情

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)
  ^~~~~
# 状态 耗时 内存占用
#1 Time Exceeded ≥1002ms ≥208.0 KiB
#2 Time Exceeded ≥1001ms ≥232.0 KiB
#3 Time Exceeded ≥1000ms ≥212.0 KiB
#4 Time Exceeded ≥1003ms ≥232.0 KiB
#5 Time Exceeded ≥1005ms ≥232.0 KiB

信息

递交者
类型
递交
题目
P1000 字串变换
语言
C
递交时间
2022-02-09 03:52:10
评测时间
2022-02-09 03:52:10
评测机
分数
0
总耗时
≥5013ms
峰值内存
≥232.0 KiB