XiangTan University
OnlineJudge For C/C++ Programming
Home Page
ALL Problems
Submit Source Code
Online Status
F.A.Qs & Help
Current Exams
Past Exams
Scheduled Exams
User Ranklist
Acm Fan
StudentID:
Create New Account
Password:
Forgot Your Password or Username
ProblemID:
User Name:
数据加强 [小明的数学题Ⅰ]
Date:2008-10-20 09:53:47
小明的数学题Ⅰ,求a^n,a为32位整型,1<=n<=99,新加入当a==0时的数据,特别提醒:
100在数据文件中可能被描述为+100
。
C++代码
#include <iostream>
using
namespace
std;
int
main() {
cout <<
"Good luck for you!"
<< endl;
return
0;
}