0_0_26452523_3345.cpp:5:9: error: macro names must be identifiers
#define ίχ long long
^
0_0_26452523_3345.cpp:6:9: error: macro names must be identifiers
#define ίχίχ
^
0_0_26452523_3345.cpp:10:1: error: 'll' does not name a type
ll yuefen1[13]={0,31,28,31,30,31,30,31,31,30,31,30,31};
^
0_0_26452523_3345.cpp:11:1: error: 'll' does not name a type
ll yuefen2[13]={0,31,29,31,30,31,30,31,31,30,31,30,31};
^
0_0_26452523_3345.cpp:12:1: error: 'll' does not name a type
ll T,ans=0;
^
0_0_26452523_3345.cpp:13:1: error: 'll' does not name a type
ll run=366,ping=365;
^
0_0_26452523_3345.cpp:15:1: error: 'll' does not name a type
ll nian,yue,ri,shi,fen,day,sec,fri,xingqi1,xingqi2,miao;
^
0_0_26452523_3345.cpp: In function 'void find_sec()':
0_0_26452523_3345.cpp:21:9: error: 'xingqi2' was not declared in this scope
xingqi2++;
^
0_0_26452523_3345.cpp:22:9: error: 'sec' was not declared in this scope
sec++;
^
0_0_26452523_3345.cpp: In function 'void find_fri()':
0_0_26452523_3345.cpp:32:9: error: 'xingqi2' was not declared in this scope
xingqi2++;
^
0_0_26452523_3345.cpp:33:9: error: 'fri' was not declared in this scope
fri++;
^
0_0_26452523_3345.cpp: In function 'void make()':
0_0_26452523_3345.cpp:40:21: error: 'ans' was not declared in this scope
cout<<"Case #"<<ans<<": ";
^
0_0_26452523_3345.cpp:41:5: error: 'll' was not declared in this scope
ll len=s.size();
^
0_0_26452523_3345.cpp:42:5: error: 'day' was not declared in this scope
day=nian=yue=ri=shi=fen=miao=sec=fri=0;
^
0_0_26452523_3345.cpp:42:9: error: 'nian' was not declared in this scope
day=nian=yue=ri=shi=fen=miao=sec=fri=0;
^
0_0_26452523_3345.cpp:42:14: error: 'yue' was not declared in this scope
day=nian=yue=ri=shi=fen=miao=sec=fri=0;
^
0_0_26452523_3345.cpp:42:18: error: 'ri' was not declared in this scope
day=nian=yue=ri=shi=fen=miao=sec=fri=0;
^
0_0_26452523_3345.cpp:42:21: error: 'shi' was not declared in this scope
day=nian=yue=ri=shi=fen=miao=sec=fri=0;
^
0_0_26452523_3345.cpp:42:25: error: 'fen' was not declared in this scope
day=nian=yue=ri=shi=fen=miao=sec=fri=0;
^
0_0_26452523_3345.cpp:42:29: error: 'miao' was not declared in this scope
day=nian=yue=ri=shi=fen=miao=sec=fri=0;
^
0_0_26452523_3345.cpp:42:34: error: 'sec' was not declared in this scope
day=nian=yue=ri=shi=fen=miao=sec=fri=0;
^
0_0_26452523_3345.cpp:42:38: error: 'fri' was not declared in this scope
day=nian=yue=ri=shi=fen=miao=sec=fri=0;
^
0_0_26452523_3345.cpp:43:19: error: 'len' was not declared in this scope
for(int i=0;i<len;i++)
^
0_0_26452523_3345.cpp:69:18: error: 'yuefen2' was not declared in this scope
day+=yuefen2[i];
^
0_0_26452523_3345.cpp:71:18: error: 'yuefen1' was not declared in this scope
day+=yuefen1[i];
^
0_0_26452523_3345.cpp:73:6: error: 'xingqi1' was not declared in this scope
xingqi1=day%7,xingqi2=(day-ri+1)%7;
^
0_0_26452523_3345.cpp:73:20: error: 'xingqi2' was not declared in this scope
xingqi1=day%7,xingqi2=(day-ri+1)%7;
^
0_0_26452523_3345.cpp: In function 'int main()':
0_0_26452523_3345.cpp:124:10: error: 'T' was not declared in this scope
cin>>T;
^
0_0_26452523_3345.cpp:129:9: error: 'ans' was not declared in this scope
ans++;
^
|