新手求助~~
											我刚学C~~`用DEV C++编了一段~~不过编译时出错了~`大家能帮忙看看错在哪里吗? inlude"stdio.h"
main()
{
int a,b,c;
printf("Please enter two numbers:/n");
scanf("%d %d",&a,&b);
c=a+b;
printf("The sum is %d",c);
}
 2008-01-27 10:01
	    2008-01-27 10:01
   2008-01-27 10:03
	    2008-01-27 10:03
   2008-01-27 10:14
	    2008-01-27 10:14
   2008-01-27 10:21
	    2008-01-27 10:21
   2008-01-27 10:44
	    2008-01-27 10:44
   2008-01-27 11:00
	    2008-01-27 11:00
   2008-01-27 11:03
	    2008-01-27 11:03
   2008-01-27 11:12
	    2008-01-27 11:12