Submission #79779


ソースコード

ステータス

項目 データ
問題 1630 - うっちーとうっちーのおかいもの
ユーザー名 ei2331
投稿日時 2024-07-11 16:25:01
言語 C++17
状態 Compile Error
得点 0
ソースコード長 443 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp: In function ‘int main()’:
./Main.cpp:6:5: error: ‘vector’ was not declared in this scope
     vector<long>c(n),v(n);
     ^~~~~~
./Main.cpp:6:5: note: ‘std::vector’ is defined in header ‘<vector>’; did you forget to ‘#include <vector>’?
./Main.cpp:2:1:
+#include <vector>
 using namespace std;
./Main.cpp:6:5:
     vector<long>c(n),v(n);
     ^~~~~~
./Main.cpp:6:12: error: expected primary-expression before ‘long’
     vector<long>c(n),v(n);
            ^~~~
./Main.cpp:8:14: error: ‘c’ was not declared in this scope
         cin>>c[i]>>v[i];
              ^
./Main.cpp:8:20: error: ‘v’ was not declared in this scope
         cin>>c[i]>>v[i];
                    ^
./Main.cpp:13:21: error: ‘v’ was not declared in this scope
                 vS+=v[i];
                     ^
./Main.cpp:14:21: error: ‘c’ was not declared in this scope
                 cS+=c[i];
                     ^

セット

セット 得点 Cases

テストケース

ファイル名 状態 実行時間 メモリ使用量 #