#include<stdio.h>
int main()
{
    int a;
    scanf("%d",&a);
    printf("%d",a-a+a);
    return 0;
}

 

相关文章:

  • 2022-12-23
  • 2021-11-11
  • 2021-11-25
  • 2021-10-16
  • 2021-04-04
  • 2021-12-06
  • 2021-12-26
  • 2021-09-04
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-15
  • 2022-12-23
相关资源
相似解决方案