0_0_23228496_28149.cpp: In function 'int main()':
0_0_23228496_28149.cpp:9:2: error: 'nbsp' was not declared in this scope
int i,m,n,day,year;
^
0_0_23228496_28149.cpp:22:92: error: break statement not within loop or switch
break;
^
0_0_23228496_28149.cpp:24:57: error: invalid operands of types 'int' and 'const char [2]' to binary 'operator<<'
cout<<m&0+1<<" "<<tm[m ]<<" "<<m/260<<endl;
^
|