import java.util.Scanner;
public class Count {
public static void main(String []args){
Scanner s=new Scanner(System.in);
int i=s.nextInt();
int j=i+1;
System.out.println
我建立了自己的網上法官主辦Intra-College Programming Contest .The法官相似,爲SPOJ,Codechef,UVA等一樣好。目前,我的網上裁判使用與上述三個網站相同的邏輯來檢查答案是否爲Correct(Accepted) or Wrong,即對照標準official test cases運行用戶程序,並將用戶程序生成的輸出文件與standard(expected)