#9445: WA!!!誰指導一下


asdzxcqwe123368 (載入中...)

學校 : 不指定學校
編號 : 42958
來源 : [210.240.26.165]
最後登入時間 :
2014-12-18 09:59:37
d124. 3的倍数 | From: [211.74.92.2] | 發表日期 : 2014-11-14 21:26

#include <cstdlib>
#include <iostream>

using namespace std;

int main(int argc, char *argv[])
{
    int x,y,z;
    while(cin>>x>>y>>z)
    {           
    if(x%3==0)            
     cout<<"yes"<<endl;            
     else
     cout<<"no"<<endl; 
     if(y%3==0)            
     cout<<"yes"<<endl;            
     else
     cout<<"no"<<endl; 
     
     if(z%3==0)            
     cout<<"yes"<<endl;            
     else
     cout<<"no"<<endl; 
     
     
     }
     return EXIT_SUCCESS;
     }       

 
ZeroJudge Forum