摘要:
Find the result of the following code:long long pairsFormLCM( int n ) { long long res = 0; for( int i = 1; i #include#include#in... 阅读全文
摘要:
求高精度浮点数a%b.......(想知道这个题目点进来 会是什么感受)#include#include#include#include#include#include#include#include#include#include#define maxn 10000... 阅读全文
摘要:
I was trying to solve problem '1234 - Harmonic Number', I wrote the following codelong long H( int n ) { long long res = 0; for(... 阅读全文