評分錯誤,有辦法看到輸入資料是什麼嗎?
除了說錯誤之外,有沒有其他資訊可以看得到?
可以用
#include <stdio.h>
char c[100];
int main(void) {
scanf("%s",c);
printf("%s",c);
}
挖測資