用户名或电子邮箱地址
密码
记住我
#include int main() { int a=7,b=5; printf("%d\n",b/a); return 0; }
A、0 B、5 C、1 D、0.7 喵查答案:0