标签:turn 初学 code nbsp c语言 stdio.h \n printf col
#include <stdio.h> int main() { int a,b; scanf("%d,%d",&a,&b); printf("%d\n",a-b); return 0; }
13.C语言初学者百题大战之五
原文地址:https://www.cnblogs.com/Estwind/p/9657597.html