結果
| 問題 | No.1499 羊が、何匹だっけ | 
| コンテスト | |
| ユーザー |  LV3zJigVW57oPGy | 
| 提出日時 | 2022-10-30 10:59:32 | 
| 言語 | C++11(廃止可能性あり) (gcc 13.3.0) | 
| 結果 | 
                                AC
                                 
                             | 
| 実行時間 | 2 ms / 2,000 ms | 
| コード長 | 242 bytes | 
| コンパイル時間 | 1,029 ms | 
| コンパイル使用メモリ | 159,156 KB | 
| 実行使用メモリ | 6,944 KB | 
| 最終ジャッジ日時 | 2024-07-07 04:16:54 | 
| 合計ジャッジ時間 | 1,595 ms | 
| ジャッジサーバーID (参考情報) | judge5 / judge3 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| sample | AC * 1 | 
| other | AC * 10 | 
ソースコード
#include <bits/stdc++.h> 
using namespace std;
#include <ios>
#include <iomanip>
int main() {
  int z;
  cin >>z;
  for(int i=0;i<z;i++){
    string a,b,d;
    int c;
    cin >>a>>b>>c>>d;
    cout << "Hitsuji ga "<<c+1<<" hiki"<<endl;
  }
}
            
            
            
        