小弟我不知道該如何增加數值範圍...我最多只會用long long int....請交我把範圍改大到可以ac吧.... #include<iostream> using namespace std; int main() { long long int a; while(cin>>a) { if(a%3==0) cout<<"yes"<<endl; else cout<<"no"<<endl; } system("pause"); return 0; }
小弟我不知道該如何增加數值範圍...我最多只會用long long int....請交我把範圍改大到可以ac吧.... #include using namespace std; int main() { long long int a; while(cin>>a) { if(a%3==0) cout<<"yes"< else cout<<"no"< } system("pause"); return 0; }