🌈 搜索
📅  最后修改于: 2022-03-11 15:04:34.900000             🧑  作者: Mango
int main () { int x = 7 % 4 * 3 / 2; prinif("Value of x is %d", x); }