/ Vijos /

记录详情

Compile Error

/in/foo.cc: In constructor 'thing::thing()':
/in/foo.cc:15:7: error: 'p' was not declared in this scope
   v=0;p=0;h=0;
       ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:31:24: error: 'k' was not declared in this scope
   cin>>t[i].v>>t[i].h>>k;
                        ^
/in/foo.cc:38:17: error: expected ';' before '>=' token
    for(int k=H,k>=t[i].k;k--)
                 ^~
/in/foo.cc:38:17: error: expected primary-expression before '>=' token
/in/foo.cc:41:4: error: expected ';' before '}' token
    }
    ^

信息

递交者
类型
递交
题目
P1334 NASA的食物计划
语言
C++
递交时间
2019-01-16 17:29:13
评测时间
2019-01-16 17:29:13
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes