Compile Error

/in/foo.cc:16:15: error: stray '\357' in program
     cout<<days;
               ^
/in/foo.cc:16:16: error: stray '\274' in program
     cout<<days;
                ^
/in/foo.cc:16:17: error: stray '\233' in program
     cout<<days;
                 ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:13:22: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
         if(year%4==0 && year%100!=0 || year%400==0)
            ~~~~~~~~~~^~~~~~~~~~~~~~
/in/foo.cc:17:5: error: expected ';' before 'return'
     return 0;
     ^~~~~~

信息

递交者
类型
递交
题目
P1023 某月的天数
语言
C++
递交时间
2024-02-12 12:40:26
评测时间
2024-02-12 12:40:26
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes