记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:6:13: error: expected unqualified-id before 'int'
  int a[n+9],int b[n+9];
             ^~~
/in/foo.cc:8:14: error: 'b' was not declared in this scope
   cin>>a[i]>>b[i];
              ^
/in/foo.cc:11:9: error: 'b' was not declared in this scope
   a[i]*=b[i];
         ^

信息

递交者
类型
自测
题目
P1084 xf1-7多项式求导
语言
C++
递交时间
2024-10-25 18:32:51
评测时间
2024-10-25 18:32:52
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes