/ 大熊 /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:27:47: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'char (*)[20]' [-Wformat=]
   scanf("%s%s%s",&st[i].name,&sc,&st[i].answer);
                                               ^
/in/foo.cc:27:47: warning: format '%s' expects argument of type 'char*', but argument 3 has type 'char (*)[3]' [-Wformat=]
/in/foo.cc:27:47: warning: format '%s' expects argument of type 'char*', but argument 4 has type 'char (*)[25]' [-Wformat=]
/in/foo.cc: In function 'int cj(student, student)':
/in/foo.cc:19:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Accepted 4ms 364.0 KiB
#2 Accepted 3ms 372.0 KiB

信息

递交者
类型
递交
题目
哲学家熊老师
比赛
提高班测试
语言
C++
递交时间
2018-06-30 16:39:36
评测时间
2018-06-30 16:39:36
评测机
分数
100
总耗时
8ms
峰值内存
372.0 KiB