摘要:
The heat during the last few days has been really intense. Scientists from all over the Berland study how the temperatures and weather change, and the 阅读全文
摘要:
A. A Compatible Pairtime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard output Nian is a monster which live 阅读全文
摘要:
原题链接:点我转移 阅读全文
摘要:
///大整数阶乘的和 #include using namespace std; int main() { int n; while(cin>>n) { int a[2000]= {1},b[2000]= {0}; //存放结果的数组a。 int c; //b用于存放每位存放的结果。 int r=0; //r用来表示进位的数... 阅读全文
摘要:
和2的n次方基本一样,只不过是把2换出了变化的i了而已,其他的判断操类似 阅读全文