ログイン
新規登録
AtsuoCoder Petrozavodsk Contest 001
読込中…
Home
Tasks
Clar
Submissions
Standings
提出 be9fc3b0-0f2d-429a-a65f-b8dc0ec64892
コード
#include <bits/stdc++.h> using namespace std; int main() { int a; cin >> a; int b; cin >> b; int c; cin >> c; int d; cin >> d; if (c/a <= t||c/b <= t) { cout << "1" << endl; } else{ cout << "0" << endl; } }
結果
問題
点数
言語
結果
実行時間
メモリ
B - Dash
0
C++
WJ
0 ms
0 KiB
コンパイルエラー
Main.cpp: In function 'int main()': Main.cpp:14:14: error: 't' was not declared in this scope 14 | if (c/a <= t||c/b <= t) { | ^