(0,0) | (1,0) |
(0,1) | (1,1) |
1 #include<iostream> 2 using namespace std; 3 4 int main(int argh, char**argv) 5 { 6 cout << "Hello, World!!" << endl; 7 }
一、第一段
今天是2019年7月7号,星期日
二、第二段
无特别事情2019-07-0722:18:09
(0,0) | (1,0) |
(0,1) | (1,1) |
1 #include<iostream> 2 using namespace std; 3 4 int main(int argh, char**argv) 5 { 6 cout << "Hello, World!!" << endl; 7 }
一、第一段
今天是2019年7月7号,星期日
二、第二段
无特别事情2019-07-0722:18:09
转载于:https://www.cnblogs.com/TangLung/p/11148246.html