摘要: 1 #include <iostream> 2 #include <string> 3 #include <stdlib.h> 4 #include <time.h> 5 6 using namespace std; 7 8 int main() 9 { 10 int a, x1, x2, s; 1 阅读全文
posted @ 2016-09-18 01:09 hoy0a1d 阅读(329) 评论(0) 推荐(0) 编辑