求求各位大神帮忙指出哪里错了?
你的尖括号是中文的,改为英文的即可#include<stdio.h>
#include<stdio.h>
在printf函数后面加上return 0,另外,最好在scanf 函数中最好不要写成%4d%4d的形式,直接写成%d%d即可