我打的是:
#include <stdio.h> #include <stdio.h> int main() { int a,b,c; scanf("%d %d",&a,&b) c=a+b; printf("%d\n",c); return 0; }
跑沒問題,但在資測點2他說我有錯