标签:The pre 包含 title include input otto clu color
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 131188 Accepted Submission(s): 79211
1 #include<iostream> 2 using namespace std; 3 int main() 4 { 5 int n,a; 6 while(cin>>n) 7 { 8 int mul=1; 9 while(n--) 10 { 11 cin>>a; 12 if(a%2!=0)mul*=a; 13 } 14 cout<<mul<<endl; 15 } 16 return 0; 17 }
标签:The pre 包含 title include input otto clu color
原文地址:https://www.cnblogs.com/lightice/p/10261102.html