Compile Error

/in/foo.cc:3:13: error: expected unqualified-id before 'int'
 int n,k,x,s,int a[13]; 
             ^~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:8:2: error: expected ',' or ';' before 'if'
  if(n%4==&&n%100!=0||n%400==0)
  ^~
/in/foo.cc:12:9: error: no match for 'operator+=' (operand types are 'std::basic_ostream<char>' and 'int')
  cout<<s+=x;
  ~~~~~~~^~~

信息

递交者
类型
递交
题目
P1030 A1-4 分支结构练习:今年过去了多少天
语言
C++
递交时间
2024-05-20 21:32:36
评测时间
2024-05-21 16:18:35
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes