#4641: WA = =+


hotk09099 (極)

學校 : 不指定學校
編號 : 11260
來源 : [163.23.134.54]
最後登入時間 :
2010-12-15 11:53:15
d124. 3的倍数 | From: [163.23.134.54] | 發表日期 : 2010-12-07 11:10

#include<iostream>
using std::cin;
using std::cout;
using std::endl;
int main()
{
 int q,w,e,a,s,d;
 
 while(cin>>q>>w>>e)
 {
 
 a=q%3;
 s=w%3;
 d=e%3;
 
  if(a==0 && q!=0 ) 
  cout<<"yes"<<endl;
 else
  cout<<"no"<<endl;
 
  if(s==0 && w!=0) 
  cout<<"yes"<<endl;
 else
  cout<<"no"<<endl;
 
  if(d==0 && e!=0 ) 
  cout<<"yes"<<endl;
 else
  cout<<"no"<<endl;
   
 }
 return 0;
}

 

一直WA 說什ㄇ我的答案是NO 正確答案是YES  明明執行都對!!

 
ZeroJudge Forum