/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:29:20: warning: init-statement in selection statements only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions]
   29 |                 if(c>=90{
      |                    ^
/in/foo.cc:29:25: error: expected ';' before '{' token
   29 |                 if(c>=90{
      |                         ^
      |                         ;
/in/foo.cc:29:21: warning: statement has no effect [-Wunused-value]
   29 |                 if(c>=90{
      |                    ~^~~~
/in/foo.cc:32:17: error: expected primary-expression before 'if'
   32 |                 if(c>=85 && f==Y){
      |                 ^~
/in/foo.cc:31:32: error: expected ')' before 'if'
   31 |                         }
      |                          ^      
      |                                )
   32 |                 if(c>=85 && f==Y){
      |                 ~~        
/in/foo.cc:29:19: note: to match this '('
   29 |                 if(c>=90{
      |                   ^

信息

递交者
类型
递交
题目
P1001 谁拿了最多奖学金
语言
C++
递交时间
2026-04-02 19:00:32
评测时间
2026-04-02 19:00:32
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes