想问一下我的代码哪里错了,谢谢。。。如下:
#include <stdio.h> int main() { double a; int c; scanf("%lf%d",&a&c); printf("%.3lf\n",a/c); printf("%d",c*2); return 0; }