/ Vijos /

记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:91:9: error: could not convert '{"YaoLin", 87, 82, 'Y', 'N', 0}' from '<brace-enclosed initializer list>' to 'money'
   91 |         };
      |         ^
      |         |
      |         <brace-enclosed initializer list>
foo.cc:91:9: error: could not convert '{"ChenRuiYi", 88, 78, 'N', 'Y', 1}' from '<brace-enclosed initializer list>' to 'money'
   91 |         };
      |         ^
      |         |
      |         <brace-enclosed initializer list>
foo.cc:91:9: error: could not convert '{"LiXin", 92, 88, 'N', 'N', 0}' from '<brace-enclosed initializer list>' to 'money'
   91 |         };
      |         ^
      |         |
      |         <brace-enclosed initializer list>
foo.cc:91:9: error: could not convert '{"zhangQin", 83, 87, 'Y', 'N', 1}' from '<brace-enclosed initializer list>' to 'money'
   91 |         };
      |         ^
      |         |
      |         <brace-enclosed initializer list>
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1001 谁拿了最多奖学金
语言
C++
递交时间
2022-10-03 19:57:30
评测时间
2022-10-03 19:57:30
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes