摘要: #include<iostream>using namespace std; //优先级int main() { int a = 0, b = 1, c = 2, d = 3; if (a++ && b-- || c++ && d--) { printf("case - %d %d %d %d\n" 阅读全文
posted @ 2023-09-01 15:33 该说不唠 阅读(30) 评论(0) 推荐(0)