Accepted
/in/foo.c: In function 'main':
/in/foo.c:13:17: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int *' [-Wformat=]
         scanf("%s",a[b[j]]);
                 ^
/in/foo.c:16:18: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int *' [-Wformat=]
         printf("%s\n",a[j]);
                  ^
/in/foo.c:7:15: warning: unused variable 'k' [-Wunused-variable]
     int i=0,j,k;
               ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1101 婚礼上的小杉
 - 语言
 - C
 - 递交时间
 - 2019-09-28 15:13:59
 - 评测时间
 - 2019-09-28 15:13:59
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 13ms
 - 峰值内存
 - 1.457 MiB