摘要: 1 #include <iostream> 2 #include <iomanip> 3 //#include <fstream> 4 using namespace std; 5 6 int main() 7 { 8 char arr[5][5]; 9 // ofstream outfile; 1 阅读全文
posted @ 2020-06-01 23:46 Conan-jine 阅读(310) 评论(0) 推荐(0) 编辑
摘要: 1 #include <iostream> 2 #include <iomanip> 3 #include <cmath> 4 using namespace std; 5 6 int main() 7 { 8 double num; 9 cin>>num; 10 num=sqrt(num); 11 阅读全文
posted @ 2020-06-01 13:15 Conan-jine 阅读(367) 评论(0) 推荐(0) 编辑