摘要:
在Qt Creator 中c++源码有中文字符,结果不能编译成功。 代码 报错如下: 1: warning: C4819: The file contains a character that cannot be represented in the current code page (936). 阅读全文
摘要:
"BUPT2017 wintertraining(15) 6F" 题意 $f(1)=a,f(2)=b,f(i)=2 (f(i 2)+f(i 1)+i^4)$ 给定n,a,b ,$N,a,b include include define ll long long include using names 阅读全文
摘要:
"BUPT2017 wintertraining(15) 6A" 题意 求$R^n$ ( 0.0 include include include using namespace std; const int base=10; struct Num{ int a[1000],len; Num(){me 阅读全文