麻豆小视频在线观看_中文黄色一级片_久久久成人精品_成片免费观看视频大全_午夜精品久久久久久久99热浪潮_成人一区二区三区四区

首頁 > 學院 > 開發設計 > 正文

Codeforces 764 A Taymyr is calling you

2019-11-11 05:12:40
字體:
來源:轉載
供稿:網友

Comrade Dujikov is busy choosing artists for Timofey's birthday and is recieving calls from Taymyr from Ilia-alpinist.

Ilia-alpinist calls every n minutes, i.e. in minutes n, 2n, 3n and so on. Artists come to the comrade every m minutes, i.e. in minutes m, 2m, 3m and so on. The day is z minutes long, i.e. the day consists of minutes 1,?2,?...,?z. How many artists should be killed so that there are no artists in the room when Ilia calls? Consider that a call and a talk with an artist take exactly one minute.

Input

The only string contains three integers — nm and z (1?≤?n,?m,?z?≤?104).

Output

PRint single integer — the minimum number of artists that should be killed so that there are no artists in the room when Ilia calls.

ExampleInput
1 1 10Output
10Input
1 2 5Output
2Input
2 3 9Output
1Note

Taymyr is a place in the north of Russia.

In the first test the artists come each minute, as well as the calls, so we need to kill all of them.

In the second test we need to kill artists which come on the second and the fourth minutes.

In the third test — only the artist which comes on the sixth minute.

題目大意:設一天有z分鐘,每隔n分鐘需要接一次電話,每隔m分鐘有一個藝術家拜訪,每次電話一分鐘,問需要除掉幾個藝術家,才能接電話不受打擾。

題目分析:因為數據較小,直接開個數組記錄在某一分鐘是否接電話,然后遍歷數組,是否剛好在藝術家接電話的時候。ans累增。

#include <cstdio>#include <cstring>#include <iostream>#include <algorithm>#include <cmath>using namespace std;int const maxn = 10005;int a[maxn];int main(){	int n,m,z;	while((scanf("%d%d%d",&n,&m,&z))!=EOF){		memset(a,0,sizeof(a));		int ans=0;		for(int i=n;i<=z;i=i+n)			a[i]=1;		for(int i=m;i<=z;i=i+m){			if(a[i]==1)			 ans++;		}		printf("%d/n",ans);	}	return 0;} 


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 欧美国产免费 | 国产91丝袜在线播放 | 中文字幕一区二区三区久久 | 日本不卡中文字幕 | a级欧美| 失禁高潮抽搐喷水h | 黄色av片在线观看 | 国产毛片网 | 水卜樱一区二区av | 午夜在线视频观看 | 日本s级毛片免费观看 | 精品国产一区二区三区久久久蜜月 | 国产精品久久国产精麻豆96堂 | 91在线播放国产 | 本色视频aaaaaa一级网站 | 久久精品免费国产 | 国产精品久久久久久影视 | 国产亚洲精品久久久久久久久 | 性明星video另类hd | 爱操影视 | 亚洲成人欧美在线 | 欧美日韩高清在线观看 | 在线播放91 | 欧美五月婷婷 | 午夜精品视频在线 | 免费看黄色一级片 | 黄色三级三级三级 | 日日碰日日操 | 免费一级欧美 | 久久成人视屏 | 日日爱影院 | 新久草视频 | 欧美女人天堂 | 一区二区三区黄色 | 久久精品爱 | 亚洲一级片在线观看 | 亚洲电影免费观看国语版 | 中文字幕在线观看二区 | 中国av免费观看 | 免费观看一级 | 天天透天天狠天天爱综合97 |