ログイン
新規登録
AtsuoCoder Waseda Tour Finals 2025
読込中…
Home
Tasks
Clar
Submissions
Standings
提出 ca8a440d-b51d-4f47-960a-1236705238ef
コード
#include <bits/stdc++.h> using namespace std; int main(void){ int A,B; cin >> A >> B; if(H > A) cout << 1; else cout << 0; }
結果
問題
点数
言語
結果
実行時間
メモリ
B - Trickster
0
C++
WJ
0 ms
0 KiB
コンパイルエラー
Main.cpp: In function 'int main()': Main.cpp:6:8: error: 'H' was not declared in this scope 6 | if(H > A) cout << 1; | ^