题解 | #牛牛学说话之-整数#
牛牛学说话之-整数
https://ac.nowcoder.com/acm/problem/21985
#include<cstdio>
int main() {
  int a;
  scanf("%d",&a);
  printf("%d",a);
}
题解 文章被收录于专栏
 https://ayx.moefox.tech/
牛牛学说话之-整数
https://ac.nowcoder.com/acm/problem/21985
#include<cstdio>
int main() {
  int a;
  scanf("%d",&a);
  printf("%d",a);
}
https://ayx.moefox.tech/
相关推荐