Submission #68974


ソースコード

ステータス

項目 データ
問題 0007 - みらくるくるる
ユーザー名 ei2119
投稿日時 2021-10-26 16:35:25
言語 C++17
状態 Compile Error
得点 0
ソースコード長 156 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp:1:1: error: ‘include’ does not name a type
 include<bits/stdc++.h>
 ^~~~~~~
./Main.cpp: In function ‘int main()’:
./Main.cpp:4:37: error: ‘cin’ was not declared in this scope
     unsigned long long int a,b,c,d; cin>>a>>b>>c>>d;
                                     ^~~
./Main.cpp:4:37: note: suggested alternative: ‘main’
     unsigned long long int a,b,c,d; cin>>a>>b>>c>>d;
                                     ^~~
                                     main
./Main.cpp:5:5: error: ‘cout’ was not declared in this scope
     cout<<a+b+c+d<<endl;
     ^~~~
./Main.cpp:5:20: error: ‘endl’ was not declared in this scope
     cout<<a+b+c+d<<endl;
                    ^~~~
./Main.cpp:5:20: note: suggested alternative: ‘enum’
     cout<<a+b+c+d<<endl;
                    ^~~~
                    enum

セット

セット 得点 Cases

テストケース

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