ログイン
新規登録
AtsuoCoder Waseda Tour Finals 2025
読込中…
Home
Tasks
Clar
Submissions
Standings
提出 6a4819f8-0001-49f2-a624-fd0bb27a45de
コード
#include <iostream> #include <vector> #include <algorithm> #include <bit> #include <stack> int main (){ int t,d, l,r; std::cin >> t >> d >> l >> r; if (l <= t && d <= r){ std::cout << 1 << std::endl; } else { std::cout << 0 << std::endl; } }
結果
問題
点数
言語
結果
実行時間
メモリ
C - Hanabi
0
C++
WA
3 ms
3800 KiB