/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:22:67: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'std::__cxx11::string* {aka std::__cxx11::basic_string<char>*}' [-Wformat=]
  printf("%s\n%d\n%d", student[mid].name, student[mid].total, score);
                                                                   ^
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 344.0 KiB

信息

递交者
类型
自测
题目
P1001 谁拿了最多奖学金
语言
C++
递交时间
2024-08-08 20:37:38
评测时间
2024-08-08 20:37:38
评测机
分数
0
总耗时
1ms
峰值内存
344.0 KiB