记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:45:23: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'int*' [-Wformat=]
   scanf("%s",res[b[j]]);
                       ^
/in/foo.cc:48:23: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'int*' [-Wformat=]
   printf("%s\n",res[j]);
                       ^
/in/foo.cc:39:12: warning: unused variable 'k' [-Wunused-variable]
  int i=0,j,k;
            ^
# 状态 耗时 内存占用
#1 Accepted 2ms 1.703 MiB
#2 Accepted 2ms 2.16 MiB
#3 Accepted 2ms 1.59 MiB
#4 Accepted 2ms 1.594 MiB
#5 Accepted 2ms 1.59 MiB
#6 Accepted 2ms 1.594 MiB
#7 Accepted 2ms 1.59 MiB
#8 Accepted 2ms 1.594 MiB
#9 Accepted 2ms 1.59 MiB
#10 Accepted 1ms 1.594 MiB

信息

递交者
类型
递交
题目
P1101 婚礼上的小杉
比赛
小兰赛 2019/9/28
语言
C++
递交时间
2019-09-28 09:43:12
评测时间
2019-09-28 09:43:12
评测机
分数
100
总耗时
24ms
峰值内存
2.16 MiB