Problem | inequality |
---|---|
User | Xiaoyang |
Submission Time | 2023-02-17 17:07:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
inequality.cpp: In function ‘int main()’:
inequality.cpp:31:19: error: ‘b’ was not declared in this scope
31 | rep(i,1,n+1)cin>>b[i];
| ^
inequality.cpp:34:10: error: ‘b’ was not declared in this scope
34 | a[i]+=b[i];
| ^