結果
| 問題 | No.773 コンテスト | 
| コンテスト | |
| ユーザー |  | 
| 提出日時 | 2019-01-01 10:36:54 | 
| 言語 | C++11(廃止可能性あり) (gcc 13.3.0) | 
| 結果 | 
                                AC
                                 
                             | 
| 実行時間 | 2 ms / 2,000 ms | 
| コード長 | 416 bytes | 
| コンパイル時間 | 615 ms | 
| コンパイル使用メモリ | 88,124 KB | 
| 実行使用メモリ | 5,376 KB | 
| 最終ジャッジ日時 | 2024-07-06 11:25:51 | 
| 合計ジャッジ時間 | 1,257 ms | 
| ジャッジサーバーID (参考情報) | judge4 / judge5 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| sample | AC * 3 | 
| other | AC * 21 | 
ソースコード
#include <iostream>
#include <algorithm>
#include <string>
#include <vector>
#include <map>
#include <set>
#include <stdio.h>
#include <cstring>
#include <queue>
#include <stack>
#include <functional>
#include <random>
using namespace std;
#define Would
#define you
int main() {
	int a, b, ans = 0;
	cin >> a >> b;
	for (int i = 23; i <= 25; ++i) {
		if (a <= i && i <= b) { ++ans; }
	}
	cout << 3 - ans << endl;
}
            
            
            
        