解题思路:
#include <iostream> #include <iterator> #include <cstdlib> #include <cmath> #include <algorithm> #include <sstream> #include <string> #include <string.h> #include <vector> #include <deque> using namespace std; int main() { cout<<" X | X | X "<<endl; cout<<"---+---+---"<<endl; cout<<" | | "<<endl; cout<<"---+---+---"<<endl; cout<<" O | O | O "<<endl; return 0; }
注意事项:
参考代码:
0.0分
0 人评分
字符串的输入输出处理 (C语言代码)浏览:1019 |
WU-C语言程序设计教程(第三版)课后习题11.11 (C++代码)(想学链表的可以看看)浏览:1464 |
C语言程序设计教程(第三版)课后习题9.1 (C语言代码)浏览:710 |
C语言程序设计教程(第三版)课后习题11.1 (C语言代码)浏览:651 |
A+B for Input-Output Practice (VII) (C语言代码)浏览:566 |
星期判断机 (C语言代码)浏览:892 |
The 3n + 1 problem (C语言代码)浏览:550 |
简单的a+b (C语言代码)浏览:857 |
小O的乘积 (C语言代码)浏览:1062 |
C二级辅导-分段函数 (C语言代码)浏览:790 |