摘要:
2013-05-162.7.1#include <iostream>using namespace std;int main(){ cout << "Your name : FZQL." << endl ; cout << "Your address : Mars." << endl ;}2.7.2#include <iostream>#include <fstream>using namespace std;int main(){ double n ; cin > 阅读全文
posted @ 2013-05-16 17:20
活在二次元的伪触
阅读(260)
评论(0)
推荐(0)