/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:6:2: error: 'vector' was not declared in this scope
  vector<int> nums;
  ^~~~~~
/in/foo.cc:6:9: error: expected primary-expression before 'int'
  vector<int> nums;
         ^~~
/in/foo.cc:11:3: error: 'nums' was not declared in this scope
   nums.push_back(in);
   ^~~~
/in/foo.cc:13:9: error: expected primary-expression before 'bool'
  vector<bool> dic(20001);
         ^~~~
/in/foo.cc:17:4: error: 'dic' was not declared in this scope
    dic[i+j] = 1;
    ^~~
/in/foo.cc:23:13: error: 'nums' was not declared in this scope
  for(auto i:nums){
             ^~~~
/in/foo.cc:24:7: error: 'dic' was not declared in this scope
    if(dic[i]){
       ^~~

信息

递交者
类型
递交
题目
P1911 珠心算测验
语言
C++
递交时间
2024-10-08 05:05:49
评测时间
2024-10-08 05:05:49
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes