提交时间:2022-07-13 11:53:08

运行 ID: 51569

#include <cstdio> int main() { int n,k; scanf("%d%d",&n,&k); printf("%d\n",n-k); return 0; }