foo.cc:30:30: error: stray '\357' in program
cout<<"输入有误!";
^
foo.cc:30:31: error: stray '\274' in program
cout<<"输入有误!";
^
foo.cc:30:32: error: stray '\233' in program
cout<<"输入有误!";
^
foo.cc: In function 'int main()':
foo.cc:19:6: error: 'year' was not declared in this scope
if((year % 400 == 0)||((year % 4 == 0)&&(year % 100 != 0)))
^~~~
foo.cc:19:6: note: suggested alternative: 'char'
if((year % 400 == 0)||((year % 4 == 0)&&(year % 100 != 0)))
^~~~
char
foo.cc:31:5: error: expected ';' before '}' token
}
^
foo.cc:7:12: warning: unused variable 'd' [-Wunused-variable]
int y,m,d;
^
[Hydro](https://hydro.ac)提供评测服务