/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:10:6: error: expected '(' before 'ganbu1'
   if ganbu1="Y"
      ^~~~~~
/in/foo.cc:12:3: error: 'else' without a previous 'if'
   else ganbu=0;
   ^~~~
/in/foo.cc:13:6: error: expected '(' before 'xibu1'
   if xibu1="Y"
      ^~~~~
/in/foo.cc:15:3: error: 'else' without a previous 'if'
   else xibu=0;
   ^~~~
/in/foo.cc:22:20: error: lvalue required as left operand of assignment
   if(qimo>85&&xibu=1)
                    ^
/in/foo.cc:24:22: error: lvalue required as left operand of assignment
   if(banji>80&&ganbu=1)
                      ^
/in/foo.cc:27:6: error: expected '(' before 'money'
   if money>maxmoney{
      ^~~~~

信息

递交者
类型
递交
题目
P1001 谁拿了最多奖学金
语言
C++
递交时间
2019-01-20 16:05:59
评测时间
2019-01-20 16:05:59
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes