🌈 搜索
📅  最后修改于: 2022-03-11 14:44:52.703000             🧑  作者: Mango
// Need to initialize both x and y individually for(int x=0, y=0; x + y < z; x++, y++) { /* code */ }