p5660 數字遊戲
題目傳送門
沒什麼好說的,按照慣例,t1還是這麼簡單!
方法一:
#include
#include
#include
#include
#include
#include
#define fre(x) freopen(#x".in","r",stdin),freopen(#x".out","w",stdout);
using
namespace std;
const
int max=
2147483647
;const
int n=
1e6;
char a;
int ans;
intmain()
printf
("%d"
,ans)
;return0;
}
方法二(網上大佬):
9的整除特徵 a+b+c≡abc(mod9)
既然它只有8位。。
所以……
秒它
#include
#include
#include
#include
#include
#include
#define fre(x) freopen(#x".in","r",stdin),freopen(#x".out","w",stdout);
using
namespace std;
const
int max=
2147483647
;const
int n=
1e6;
intmain()
CSP J2020普及組複賽T1 優秀的拆分
一般來說,乙個正整數可以拆分成若干個正整數的和 例如,1 1 1 11 1,10 1 2 3 4 10 1 2 3 4 10 1 2 3 4 等。對於正整數 n nn 的一種特定拆分,我們稱它為 優秀的 當且僅當在這種拆分下,nnnn nn被分解為了若干個不同的 2 22 的正整數次冪。注意,乙個數...
買鉛筆 noip2016普及組T1
p老師需要去商店買n支鉛筆作為小朋友們參加noip的禮物。她發現商店一共有 3種包裝的鉛筆,不同包裝內的鉛筆數量有可能不同,也有可能不同。為了公平起 見,p老師決定只買同一種包裝的鉛筆。商店不允許將鉛筆的包裝拆開,因此p老師可能需要購買超過n支鉛筆才夠給小朋 友們發禮物。現在p老師想知道,在商店每種...
暴力 NOIP普及組T1 心中報情
又敗給了long long呢。link 暴力列舉每兩個矩陣即可。開long long 快讀就可以了。emmmmmmmmmm include include using namespace std long long n,m,k long long x1 1001 y1 1001 x2 1001 y2...