为什么只有40分

P1634 禽兽的传染病

我也是这样,只有40
by 栀久qwq @ 2017-05-02 12:42:20


s用qword即可
by 栀久qwq @ 2017-05-02 12:46:29


```cpp var s:qword; x,n,i:longint; begin read(x,n); s:=1; for i:=1 to n do s:=s+s*x; write(s); end. ```
by 爱编程 @ 2017-05-22 13:41:42


|