返回列表 發帖

初賽使用相關帳密

登入SSL VPN使用手冊下載網址:https://vpn.npsc.ntu.edu.tw/
登入PC^2平台使用手冊網址:http://contest.cc.ntu.edu.tw/npsc2012/tool.asp

模擬賽使用相關帳號密碼


--------------------------------------------------------------------------------

SSL VPN連線
帳號:team371
密碼:1qaz@WSX
PC2平台連線連線
帳號:team371
密碼:team371
主機位址:npsc1.ntu.edu.tw
模擬賽時間:11/10 10:00~12:00;14:00~16:00
SSL VPN 連線測試使用相關帳號密碼


--------------------------------------------------------------------------------

SSL VPN測試連線


11月12日(一)14:00~11月14日(三)17:00
帳號:team371
密碼:npsc123456
--------------------------------------------------------------------------------

初賽使用相關帳密



--------------------------------------------------------------------------------

SSL VPN連線
帳號:team371
密碼:zulaloka
PC2平台連線連線
帳號:team371
密碼:vabolade
主機位址:npsc1.ntu.edu.tw
比賽時間:11/24(六) 10:00 - 13:00

聯絡電話:02-33665016;02-33665017
僅供模擬賽及初賽當天使用。
參賽隊伍如有干擾比賽正常進行之情事,主辦單位得立即停權,以維持比賽順利進行。

本帖最後由 ray 於 2012-11-24 11:26 編輯
  1. #include<iostream>
  2. #include<stdlib.h>
  3. using namespace std;

  4. int main()
  5. {
  6.     int a,b;
  7.     long i;
  8.     cin>>a;
  9.     while(a)
  10.     {
  11.              a--;
  12.              cin>>b;
  13.              int r=0,l=0;
  14.              long d=0;
  15.              while(b)
  16.              {
  17.                      b--;
  18.                      cin >> i;
  19.                      d+=i;
  20.                      if(d > 0)
  21.                           r++;
  22.                      else if(d < 0)
  23.                           l++;
  24.              }
  25.              if(r > l)
  26.                 cout<<"Go right"<<endl;
  27.              else if(l > r)
  28.                 cout<<"Go left"<<endl;
  29.              else
  30.                 cout<<"Both okay"<<endl;
  31.             
  32.     }
  33.     return 0;
  34. }
複製代碼

TOP

3
5 5
01010
10111
01011
01111
10111
2 3
111
111
5 5
01010
10111
01011
01111
10111
2 3
11#
111
2 2
00
00
2 2
00
00

TOP

返回列表