Submission #00113


ソースコード

ステータス

項目 データ
問題 0002 - ギギギ・・・ガガ・・・ゴゴゴゴ
ユーザー名 r1910
投稿日時 2019-12-17 17:07:13
言語 C++17
状態 Compile Error
得点 0
ソースコード長 574 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp: In function ‘int main()’:
./Main.cpp:4:3: error: ‘longlong’ was not declared in this scope
   longlong hp,t,h,n,a[1000],ans=0;
   ^~~~~~~~
./Main.cpp:4:3: note: suggested alternative: ‘longjmp’
   longlong hp,t,h,n,a[1000],ans=0;
   ^~~~~~~~
   longjmp
./Main.cpp:5:8: error: ‘hp’ was not declared in this scope
   cin>>hp>>t>>h>>n;
        ^~
./Main.cpp:5:12: error: ‘t’ was not declared in this scope
   cin>>hp>>t>>h>>n;
            ^
./Main.cpp:5:12: note: suggested alternative: ‘tm’
   cin>>hp>>t>>h>>n;
            ^
            tm
./Main.cpp:5:15: error: ‘h’ was not declared in this scope
   cin>>hp>>t>>h>>n;
               ^
./Main.cpp:5:18: error: ‘n’ was not declared in this scope
   cin>>hp>>t>>h>>n;
                  ^
./Main.cpp:5:18: note: suggested alternative: ‘yn’
   cin>>hp>>t>>h>>n;
                  ^
                  yn
./Main.cpp:7:10: error: ‘a’ was not declared in this scope
     cin>>a[i];
          ^
./Main.cpp:13:21: error: ‘a’ was not declared in this scope
         s.push_back(a[i]);
                     ^

セット

セット 得点 Cases

テストケース

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