最新回答 / 01风度
#include<stdio.h> int main(){ int a = 3,b = 4; printf("%d",a+b%(a+b)/a+a*b-b); return 0; }
2015-09-07