ログイン
新規登録
AtsuoCoder Petrozavodsk Contest 001
読込中…
Home
Tasks
Clar
Submissions
Standings
提出 9351ab0d-b3e2-420f-a114-60aa453f97a3
コード
#include <iostream> using namespace std; int main() { int A, B, C, T, N; cin >> A >> B >> C >> T; int MAXN=max(A,B); if (MAXN*T >= C) { cout << "1" << endl; } if else (N < C){ cout << "0" << endl; } }
結果
問題
点数
言語
結果
実行時間
メモリ
B - Dash
0
C++
WJ
0 ms
0 KiB
コンパイルエラー
Main.cpp: In function 'int main()': Main.cpp:12:7: error: expected '(' before 'else' 12 | if else (N < C){ | ^~~~ | (