#include<bits/stdc++.h>
using namespace  std;
int t;
int  main( ) 
{
    cin>>t;
    if (t==1 || t==2)
        cout<<"149";
    else if (t==3 || t==4)
        cout<<"169";
    else if (t==5 || t==6)
        cout<<"189";
    else
        cout<<"error";
    return 0;   
}

error必须是小写的

0 条评论

目前还没有评论...

信息

ID
3171
难度
9
分类
(无)
标签
递交数
3
已通过
2
通过率
67%
上传者