Submission #63574


ソースコード

ステータス

項目 データ
問題 0257 - 科目選択 (Selecting Subjects)
ユーザー名 m2006
投稿日時 2020-09-03 17:31:42
言語 C++17
状態 Compile Error
得点 0
ソースコード長 262 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp:1:1: error: stray ‘\357’ in program
 #include<bits/stdc++.h>
 ^
./Main.cpp:1:2: error: stray ‘\277’ in program
 #include<bits/stdc++.h>
  ^
./Main.cpp:1:3: error: stray ‘\274’ in program
 #include<bits/stdc++.h>
   ^
./Main.cpp:1:4: error: stray ‘\357’ in program
 #include<bits/stdc++.h>
    ^
./Main.cpp:1:5: error: stray ‘\277’ in program
 #include<bits/stdc++.h>
     ^
./Main.cpp:1:6: error: stray ‘\274’ in program
 #include<bits/stdc++.h>
      ^
./Main.cpp:1:7: error: stray ‘\357’ in program
 #include<bits/stdc++.h>
       ^
./Main.cpp:1:8: error: stray ‘\277’ in program
 #include<bits/stdc++.h>
        ^
./Main.cpp:1:9: error: stray ‘\274’ in program
 #include<bits/stdc++.h>
         ^
./Main.cpp:1:10: error: stray ‘#’ in program
 #include<bits/stdc++.h>
          ^
./Main.cpp:1:11: error: ‘include’ does not name a type
 #include<bits/stdc++.h>
           ^~~~~~~
./Main.cpp: In function ‘int main()’:
./Main.cpp:5:5: error: ‘cin’ was not declared in this scope
     cin>>b>>k>>s>>t>>r>>ti;
     ^~~
./Main.cpp:6:7: error: ‘min’ was not declared in this scope
     x=min({b,k,s,t});
       ^~~
./Main.cpp:6:7: note: suggested alternative: ‘main’
     x=min({b,k,s,t});
       ^~~
       main
./Main.cpp:10:5: error: ‘cout’ was not declared in this scope
     cout<<sum+sam<<'\n';
     ^~~~

セット

セット 得点 Cases

テストケース

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