Hdu 1029 Ignatius and the Princess IV
生活随笔
收集整理的這篇文章主要介紹了
Hdu 1029 Ignatius and the Princess IV
小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
思路:普通的cin會(huì)超時(shí) 方法很妙
1 #include<iostream> 2 #include<algorithm> 3 #include<string> 4 #include<cstring> 5 #include<cmath> 6 using namespace std; 7 int main() 8 { 9 std::ios::sync_with_stdio(false); 10 int n; 11 while(cin>>n){ 12 int x,num,t=0; 13 for(int i=0;i<n;i++){ 14 cin>>x; 15 if(t==0){ 16 t=1; 17 num=x; 18 } 19 else{ 20 if(x==num) t++; 21 else t--; 22 } 23 } 24 cout<<num<<endl; 25 } 26 return 0; 27 }?
轉(zhuǎn)載于:https://www.cnblogs.com/shixinzei/p/9062302.html
總結(jié)
以上是生活随笔為你收集整理的Hdu 1029 Ignatius and the Princess IV的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: 导航狗IT周报-2018年05月18日
- 下一篇: Pycharm安装工具包