提交时间:2019-11-03 12:20:20
运行 ID: 1982
#include<iostream> int main(){ int a=1,b=461; scanf("%d",&a); printf("%d",b); return 0; }