Submission #60336


ソースコード

ステータス

項目 データ
問題 1212 - ヒト
ユーザー名 ei1903
投稿日時 2020-07-01 23:33:47
言語 C++17
状態 Compile Error
得点 0
ソースコード長 1164 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp: In function ‘int main()’:
./Main.cpp:38:5: error: ‘int128_t’ was not declared in this scope
     int128_t sum = 0;
     ^~~~~~~~
./Main.cpp:38:5: note: suggested alternative: ‘int32_t’
     int128_t sum = 0;
     ^~~~~~~~
     int32_t
./Main.cpp:40:10: error: ‘sum’ was not declared in this scope
     for(;sum < A;++i){
          ^~~
./Main.cpp:43:8: error: ‘sum’ was not declared in this scope
     if(sum == A) cout << i-1 << '\n';
        ^~~

セット

セット 得点 Cases

テストケース

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