ログイン
新規登録
AtsuoCoder Petrozavodsk Contest 001
読込中…
Home
Tasks
Clar
Submissions
Standings
提出 751999f0-66d8-469e-8206-0579daf373ef
コード
#include <bits/stdc++.h> using namespace std; int main() { int a,b,c,t; cin >> a >> b >> c >> t; if(c*t == c*b ){ cout << 1 <<endl; } if(c*t == c*a ){ cout << 1 <<endl; } cout << 0 <<endl; }
結果
問題
点数
言語
結果
実行時間
メモリ
B - Dash
100
C++
AC
25 ms
3888 KiB