close
https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=1637
#include <iostream>
using namespace std;
int main()
{
int n;
while(cin>>n)
{
if(n!=0 && n<=100)
cout<<"f91("<<n<<") = 91"<<endl;
else if(n!=0 && n>=101)
cout<<"f91("<<n<<") = "<<n-10<<endl;
}
}
※查詢所有題目及解答如下※
http://https://jennaweng0621.pixnet.net/blog/post/403629785
※查詢其他CPE題目如下※
全站熱搜
留言列表