2017 雷火研发笔试3.20

总共4个编程题,分别是10,20,30,40分。   水题AC代码: 1 #include "iostream" 2 #include "string.h" 3 #include "vector" 4 5 using namespace std; 6 7 int n, m; 8 9 int v[10005]; 10 11 void turn(int l, int r) 1
相关文章
相关标签/搜索