A. Alyona and Numbers(CF ROUND 358 DIV2)
暴力會超時。。。
#include<iostream>
using namespace std;
int main(){
long long n,m,sum=0;
cin>>n>>m;
for(int i=1;i<=n;i++){
sum+=(i+m)/5-i/5;
}
cout<<sum<<endl;
return 0;
}
從1到n,每個數字加上m/5-當前的已經算過的,比如i=15時,5,10,15這些已經不用算了,就是答案
相關推薦
A. Alyona and Numbers(CF ROUND 358 DIV2)
暴力會超時。。。 #include<iostream> using namespace std; int main(){ long long n,m,sum=0; cin>>n>>m; for(int i=1;i<=n;i++){ sum+=(
D. Arpa and a list of numbers Codeforces Round #432 (Div. 2, based on IndiaHacks Final Round 2017)
bsp tdi ble mat sum i++ amp ext com http://codeforces.com/contest/851/problem/D 分區間操作 1 #include <cstdio> 2 #include <cstdl
A. Vova and Train ( Codeforces Round #515 (Div. 3) )
題意:一條 L 長的路,一列車長在這條路的 l 到 r 之間,只有在 v 倍數時有燈,但是在 l 到 r 之間的燈是看不見的,問最大看見的燈的個數? 題解:L / v 表示總共的燈的個數, r / v 、( l - 1 ) / v 表示前 r 、( l - 1 ) 長的路有多少燈,
Alyona and Numbers(數學水題)
題意分析:給定兩個數n,m, 1 <= x <= n, 1 <= y <= m,求一共有多少個有序對(x, y)滿足(x + y) % 5 == 0,題意很簡單,直接上
Alyona and Numbers
After finishing eating her bun, Alyona came up with two integers n and m. She decided to write down two columns of integers — the first
codeforces round 418 div2 補題 CF 814 A-E
ont cto sizeof exp else har ret set print A An abandoned sentiment from past 水題 #include<bits/stdc++.h> using namespace std; int
Codeforces Round #432 (Div. 2) D. Arpa and a list of numbers(暴力)
esp for int ans logs and codeforce style inf 枚舉質數,判斷是否超過臨界值。臨界值就是將不是因子中不含這個素數的數的個數乘以x和y的較小值,是否小於當前最小值。 #include <algorithm> #inclu
#DFS序+二分+字首和# Codeforces Round #381 (Div. 1) B. Alyona and a tree
題目連結 B. Alyona and a tree time limit per test 2 seconds memory limit per test 256 megabytes input standard input output&
Codeforces Round #381 (Div. 1) B. Alyona and a tree dfs序 二分 字首和
B. Alyona and a tree 題目連線: http://codeforces.com/contest/739/problem/B Description Alyona has a tree with n vertices. The root of the
Codeforces Round #417 (Div. 2) A. Sagheer and Crossroads 模擬 枚舉
ces color 一次 name exit main cst space amp Codeforces Round #417 (Div. 2) A. Sagheer and Crossroads 模擬 枚舉 題意 一個紅綠燈 按逆時針方向一次給出各個路口的左轉,
【貪心】 Codeforces Round #419 (Div. 1) A. Karen and Game
blog true 刪除 round 貪心 cnblogs pac names namespace 容易發現,刪除的順序不影響答案。 所以可以隨便刪。 如果行數大於列數,就先刪列;否則先刪行。 #include<cstdio> #include<algo
#419(div2) A. Karen and Morning
return main name spa ring 思路 clas 判斷 bit 題意:給出某個時刻,問多少秒後時刻變成回文的了 思路:A題就直接暴力咯,一秒一秒加,判斷,註意:24點為0點 1 #include<bits/stdc++.h> 2 usin
CodeFroce Round 340 div2 E XOR and Favorite Number【莫隊算法】
logs pairs num ble ber col nod 操作 app 題面: Bob has a favorite number k and ai of length n. Now he asks you to answer m queries. Each query
CF 815 A. Karen and Game(暴力,模擬)
技術分享 multipl ext single tput names example 輸出 初始 題目鏈接:http://codeforces.com/problemset/problem/815/A 題目: On the way to school, Karen
Codeforces Round #396(Div. 2) A. Mahmoud and Longest Uncommon Subsequence
color HA \n seq 字符 turn ces DC %s 【題意概述】 找兩個字符串的最長不公共子串。 【題目分析】 兩個字符串的最長不公共子串就應該是其中一個字符串本身,那麽判斷兩個字符串是否相等,如果相等,那麽肯定沒有公共子串,輸出“-1”.否則就
Codeforces Round #417 (Div. 2)-A. Sagheer and Crossroad
sca \n ret name nbsp style can turn ros 【題意概述】 在一個十字路口 ,給定紅綠燈的情況, 按逆時針方向一次給出各個路口的左轉,直行,右轉,以及行人車道,判斷汽車是否有可能撞到行人 【題目分析】 需要在邏輯上清晰
CF A.Mishka and Contest【雙指針/模擬】
tdi pac long 消失 clu cin fix OS code 【鏈接】:CF/4892 【題意】: 一個人解決n個問題,這個問題的值比k小, 每次只能解決最左邊的或者最右邊的問題 解決了就消失了。問這個人能解決多少個問題。 【代碼】: #include<bi
B. Alyona and a tree
++ pre == color span include printf print while 二分+dfs序+前綴和+瞎幾把yy #include "a.h" int n; aLL a; struct edge { int to, nx, w
codeforces 851D Arpa and a list of numbers
math 質因數 space 可能 ces 很多 pre mes arpa 目錄 codeforces 851D Arpa and a list of numbers 題意 題解 Code codeforces 851D Arpa and a list of numbe
CF739B Alyona and a tree 樹上差分
dfs vector con getch get pac += == tro 題目描述 \(Alyona有一棵有 n個節點的樹。這棵樹的根節點是 1。在每個節點裏,Alyona寫了一個正整數,在節點 i 她寫了正整數a_i 。另外,她在這棵樹上的每條邊上寫了一個正整數(不