题解列表

筛选

查找特定的值

摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int n; scanf("%d",&n); int num[10001……

C++方式解题

摘要:#include#includeusing namespace std;int main(){ /* a*t+s=a*x b*t+s=b*y t……