結果
| 問題 | No.773 コンテスト | 
| コンテスト | |
| ユーザー |  Kura | 
| 提出日時 | 2019-02-14 18:34:40 | 
| 言語 | C++11(廃止可能性あり) (gcc 13.3.0) | 
| 結果 | 
                                AC
                                 
                             | 
| 実行時間 | 2 ms / 2,000 ms | 
| コード長 | 240 bytes | 
| コンパイル時間 | 578 ms | 
| コンパイル使用メモリ | 53,748 KB | 
| 実行使用メモリ | 5,376 KB | 
| 最終ジャッジ日時 | 2024-09-13 11:32:56 | 
| 合計ジャッジ時間 | 1,243 ms | 
| ジャッジサーバーID (参考情報) | judge1 / judge3 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| sample | AC * 3 | 
| other | AC * 21 | 
ソースコード
#include<iostream>
using namespace std;
int main(){
    int a,b;
    int c=3;
    cin>>a>>b;
    if(a<=23&&23<=b){
        c--;
    }
    if(a<=24&&24<=b){
        c--;
    }
    if(a<=25&&25<=b){
        c--;
    }
    cout<<c<<endl;
}    
            
            
            
        