当前位置:网站首页>北京大学ACM Problems 1001:Exponentiation
北京大学ACM Problems 1001:Exponentiation
2022-06-30 20:00:00 【兔云程序】
Exponentiation
Time Limit: 500MS | Memory Limit: 10000K | |
Total Submissions: 199590 | Accepted: 47682 |
Description
Problems involving the computation of exact values of very large magnitude and precision are common. For example, the computation of the national debt is a taxing experience for many computer systems.
This problem requires that you write a program to compute the exact value of Rn where R is a real number ( 0.0 < R < 99.999 ) and n is an integer such that 0 < n <= 25.
Input
The input will consist of a set of pairs of values for R and n. The R value will occupy columns 1 through 6, and the n value will be in columns 8 and 9.
Output
The output will consist of one line for each line of input giving the exact value of R^n. Leadi
边栏推荐
- C语言:hashTable
- 消灭Bug,开发者不可不知的几款Bug探索测试神器。
- C language: hashtable
- 【Try to Hack】Windows系统账户安全
- Solve the problems of Devops landing in complex environment with various tools with full stack and full function solutions
- CADD course learning (2) -- target crystal structure information
- Solution to rollback of MySQL database by mistake deletion
- Notes on modification of Jerry's test box pairing software [chapter]
- PostgreSQL heap堆表 存储引擎实现原理
- Web主机iptables防火墙安全脚本
猜你喜欢
随机推荐
NLP skill tree learning route - (I) route overview
Encoding type of Perl conversion file
网上炒股开户安全嘛!?
Tensorflow2.4 implementation of repvgg
How unity pulls one of multiple components
漏洞扫描工具大全,妈妈再也不用担心我挖不到漏洞了
maya房子建模
项目经理不应该犯的错误
杰理之用测试盒配对软件修改注意点【篇】
Qt:qaxobject operation Excel
传输层 使用滑动窗口实现流量控制
杰理之触摸按键识别流程【篇】
建立自己的网站(20)
Ten percent of the time, the tar command can't parse the English bracket "()" when decompressing the file
数据库 OLAP、OLTP是什么?相同和不同?适用场景
obsidian配合hugo的使用,让markdown本地编辑软件与在线化无缝衔接
PHP文件上传小结(乱码,移动失败,权限,显示图片)
Jerry's question about long press boot detection [chapter]
Heartbeat 与DRBD 配置过程
QT QStringList用法