#include<stdio.h>int main(){ int M(int x); int
int M(int x){ int age; age=(x-1)*2+10; printf("
收起
scanf那里少了个&吧
报告相同问题?