游客 Signup | Login
中文 | En

3972 - gzutest

1

Input

1

Output

1

Examples

Input

1

Output

1

Hint

no

Solution C

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

Hint

no

Time Limit 1 second
Memory Limit 128 MB
Discuss Stats
上一题 下一题