結果
| 問題 | 
                            No.804 野菜が苦手
                             | 
                    
| コンテスト | |
| ユーザー | 
                             Athena2911
                         | 
                    
| 提出日時 | 2019-03-27 01:38:26 | 
| 言語 | C++11(廃止可能性あり)  (gcc 13.3.0)  | 
                    
| 結果 | 
                             
                                WA
                                 
                             
                            
                         | 
                    
| 実行時間 | - | 
| コード長 | 156 bytes | 
| コンパイル時間 | 648 ms | 
| コンパイル使用メモリ | 56,612 KB | 
| 実行使用メモリ | 6,820 KB | 
| 最終ジャッジ日時 | 2024-10-11 01:38:35 | 
| 合計ジャッジ時間 | 1,381 ms | 
| 
                            ジャッジサーバーID (参考情報)  | 
                        judge1 / judge3 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| sample | AC * 2 | 
| other | AC * 13 WA * 5 | 
ソースコード
#include <iostream>
#include <string>
#include <algorithm>
using namespace std;
int main(void){
    int a,b,c,d;
    cin>>a>>b>>c>>d;
    cout<<b/c<<endl;
}
            
            
            
        
            
Athena2911