摘要:
#include <iostream>#include <vector>#include <algorithm>using namespace std;class stu{public: int x; int y; float slope;};int main(){ int s; cin>>s; i 阅读全文
posted @ 2018-03-24 17:31
Mini_Coconut
阅读(322)
评论(0)
推荐(0)