ログイン
新規登録
AtsuoCoder Waseda Tour Finals 2025
読込中…
Home
Tasks
Clar
Submissions
Standings
提出 dcdc963b-96d1-4fcc-8375-eca51902929d
コード
#include <bits/stdc++.h> using namespace std; int main() { int T,D,L,R; cin>>T>>D>>L>>R; if(T=>L T+D=R){ cout << 1 << endl; } else{ cout << 0 << endl; } }
結果
問題
点数
言語
結果
実行時間
メモリ
C - Hanabi
0
C++
WJ
0 ms
0 KiB
コンパイルエラー
Main.cpp: In function 'int main()': Main.cpp:7:10: error: expected primary-expression before '>' token 7 | if(T=>L T+D=R){ | ^ Main.cpp:7:12: error: expected ')' before 'T' 7 | if(T=>L T+D=R){ | ~ ^~ | )