Online JudgeProblem SetAuthorsOnline ContestsUser
Web Board
Home Page
F.A.Qs
Statistical Charts
Problems
Submit Problem
Online Status
Prob.ID:
Register
Update your info
Authors ranklist
Current Contest
Past Contests
Scheduled Contests
Award Contest
User ID:
Password:
  Register

为什么会出现Compile error呢?

Posted by 594911864 at 2010-08-09 13:44:47
#include<iostream>
#include<string>
using namespace std;
int main()
{	string ha[19]={"pop","no","zip","zotz","tzec","xul","yoxkin","mol","chen","yax","zac","ceh","mac","kankin","muan", "pax","koyab","cumhu","uayet"};
    string tzo[20]={"imix","ik","akbal","kan","chicchan","cimi","manik","lamat","muluk","ok","chuen","eb","ben","ix","mem","cib","caban","eznab","canac","ahau"};
	int date,year,day,i,y,m,d,k;
	char x;
	string month;
	cout<<"ÇëÊäÈëÊý¾ÝÁ¿ ÈÕÆÚ. ÔÂ·Ý ÄêÊý:"<<endl;
	cin>>k;
	{cin>>date>>x>>month>>year;
		for(i=0;i<19;i++)
			{if(month==ha[i])
		 	day=365*year+20*i+date+1;
		 
			}
		y=day/(13*20);
		m=day%(13*20)%13;
		d=day%(13*20)%20;
		if(day%(13*20)==0)
			{m=13;d=20;y=y-1;}
		cout<<k<<endl;
		cout<<m<<" "<<tzo[d-1]<<" "<<y<<endl;
	 };
  return 0;
}

Followed by:

Post your reply here:
User ID:
Password:
Title:

Content:

Home Page   Go Back  To top


All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator