摘要: 1 #include <iostream> 2 using namespace std; 3 4 int num[4] = { 2, 2, 4, 6 }; 5 int f() 6 { 7 bool state[5][6]; //在linux中注意用memset(state,false,sizeof( 阅读全文
posted @ 2020-07-27 18:13 Kalzzz 阅读(112) 评论(0) 推荐(0)