这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《为什么会错?!!求助》回复:
6
```c #include using namespace std; int b[12]={-1,1,7,4,2,6,8,10,18,22,20,28}; int c[7]={6,8,10,18,20,20,28}; int main() { int n; cin>>n; while(n--) { int x; cin…