#include<iostream>
using namespace std;
int transport(int a)
{
int d=;
if(a<=)
return ;
else
a=a/;
d=;
while(d>)
{
a=a*+;
d--;
}
return a;
}
int main()
{
int a,b;
cin>>a;
b=transport(a);
if(b==)
cout<<"error!"<<endl;
else
cout<<b<<endl;
return ;
}
相关文章
- 'No Transport' Error w/ jQuery ajax call in IE
- HDU 1385 Minimum Transport Cost 最短路径题解
- HDU 1385 Minimum Transport Cost(多源最短路径+路径记录)
- eclipse启动tomcat正常,但是debug启动报错FATAL ERROR in native method:JDWP No transports initialized,jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197) ERROR: transport error 202: connect failed:Connection timed out
- network Driver , TDI(Transport Driver Interface) Drivers
- org.apache.thrift.transport.TTransportException:javax.net.ssl.SSLException:无法识别的SSL消息,明文连接?
- Tomcat启动报错:transport error 202: bind failed: Address already in use
- Host Controller transport layer and AMPs
- iOS使用webView 加载网页,在模拟器中没有问题,而真机却白屏了。App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app's Info.plist f
- LTE Air interface Channels-----http://www.rfwireless-world.com/Tutorials/LTE-logical-transport-physical-channels.html