提交时间:2019-10-13 13:40:47
运行 ID: 1552
#include<iostream> int main(){ int n; scanf("%d",&n); printf("%d %d %d",2,1,40); return 0; }