|
|
|
|
讨论 Discussion |
|
|
2位shu |
#include<iostream>
using namespace std;
int main()
{
//freopen("p16.in","r",stdin);
//freopen("82.out","w",stdout);
int a;
cin>>a;
if(a>100)cout<<"no";
else
cout<<"yes";
//fclose(stdin);
//fclose(stdout);
return 0;
}
( ) |
|
|
|
|
|
|
|
|
|
Flag |
|
题号 |
P1000 |
|
其它 |
通过 |
385人 |
提交 |
3253次 |
通过率 |
12% |
难度 |
0 |
|
|
|
|
|
|