Submission #00073
ソースコード
ステータス
項目 |
データ |
問題 |
0004 - 路線バスの時刻表 |
ユーザー名 |
ei2124
|
投稿日時 |
2022-07-11 16:39:58 |
言語 |
C++17 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
3674 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp:69:2: error: stray ‘#’ in program
}#include<bits/stdc++.h>
^
./Main.cpp:69:3: error: ‘include’ does not name a type
}#include<bits/stdc++.h>
^~~~~~~
./Main.cpp:95:6: error: redefinition of ‘void yn(bool)’
void yn(bool a) { cout << (a ? "Yes" : "No") << endl; }
^~
./Main.cpp:27:6: note: ‘void yn(bool)’ previously defined here
void yn(bool a) { cout << (a ? "Yes" : "No") << endl; }
^~
./Main.cpp:96:6: error: redefinition of ‘void YN(bool)’
void YN(bool a) { cout << (a ? "YES" : "NO") << endl; }
^~
./Main.cpp:28:6: note: ‘void YN(bool)’ previously defined here
void YN(bool a) { cout << (a ? "YES" : "NO") << endl; }
^~
./Main.cpp:98:10: error: redefinition of ‘const long long int INF’
const ll INF = 1LL << 60;
^~~
./Main.cpp:30:10: note: ‘const long long int INF’ previously defined here
const ll INF = 1LL << 60;
^~~
./Main.cpp:99:11: error: redefinition of ‘const int inf’
const int inf = 1 << 30;
^~~
./Main.cpp:31:11: note: ‘const int inf’ previously defined here
const int inf = 1 << 30;
^~~
./Main.cpp:102:5: error: redefinition of ‘int main()’
int main(){
^~~~
./Main.cpp:34:5: note: ‘int main()’ previously defined here
int main(){
^~~~
セット
テストケース