Submission #50763
ソースコード
ステータス
項目 |
データ |
問題 |
0925 - 野菜だいきらいの会 |
ユーザー名 |
ei1913
|
投稿日時 |
2019-06-20 17:14:32 |
言語 |
C++ |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
202 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp: In function ‘int main()’:
./Main.cpp:4:3: error: ‘lnt’ was not declared in this scope
lnt s1,s2,t1,t2;
^~~
./Main.cpp:4:3: note: suggested alternative: ‘int’
lnt s1,s2,t1,t2;
^~~
int
./Main.cpp:6:10: error: ‘s1’ was not declared in this scope
cin >> s1 >> t1 >> s1 >> t2;
^~
./Main.cpp:6:10: note: suggested alternative: ‘y1’
cin >> s1 >> t1 >> s1 >> t2;
^~
y1
./Main.cpp:6:16: error: ‘t1’ was not declared in this scope
cin >> s1 >> t1 >> s1 >> t2;
^~
./Main.cpp:6:16: note: suggested alternative: ‘tm’
cin >> s1 >> t1 >> s1 >> t2;
^~
tm
./Main.cpp:6:28: error: ‘t2’ was not declared in this scope
cin >> s1 >> t1 >> s1 >> t2;
^~
./Main.cpp:6:28: note: suggested alternative: ‘tm’
cin >> s1 >> t1 >> s1 >> t2;
^~
tm
./Main.cpp:7:12: error: ‘s2’ was not declared in this scope
if(s1 <= s2 && t1 >= t2) cout << "Yes" <<'\n';
^~
セット
テストケース