风动护花的博客题目地址... Olesya and Rodion time limit per test1 second memory limit per test256 megabytes inputstandard input outputstandard output Olesya loves numbers co...
笑着走完自己的路的博客题目链接:Codeforces 584AOlesya and Rodion A. Olesya and Rodion time limit per test1 second memory limit per test256 megabytes inputstandard input outputstandard output Olesya loves numbers ...
七九河开的博客Olesya and Rodiontime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputOlesya loves numbers consisting of n digits, and Rodion only likes numbers that ar...
陵游gentian的博客Codeforces 584A A.Olesya and Rodion 思路分析: 一个小思维题,当 t < 10 时,输出 n 个 t 即可 要单独考虑的是 t =10 注意一下输出 -1 的特殊情况( n == 1 && t == 10 ) AC代码: #include <...
lose__way的博客Olesya and Rodion time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Olesya loves numbers consisting of n digits, and
幽殇默的博客https://codeforces.com/problemset/problem/584/A 高精度写法 #include<bits/stdc++.h> using namespace std; vector<int>ve; vector<int> mul(vector<int> A,int b) { int t=0; vector&...
qq1319479809的博客解题报告:Разбор Codeforces Round #324 (Div. 2) A. Olesya and Rodion time limit per test 1 second memory limit per test 256 megabytes input standard input
凯凯凯哥的博客Olesya loves numbers consisting of n digits, and Rodion only likes numbers that are divisible by t. Find some number that satisfies both of them. Your task is: given the n a...
AC_Lee的博客Olesya and Rodion Time Limit: 1 second Memory Limit: 256 megabytes DescriptionOlesya loves numbers consisting of n digits, and Rodion only likes numbers that are ...
ITAK的博客Olesya and Rodion time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Olesya loves numbers consisting of n di
playboy307的博客Olesya and Rodion Time Limit:1000MS Memory Limit:262144KB 64bit IO Format:%I64d & %I64u Submit Status DescriptionOlesya loves numbers consisting of n digits, and Rodion only lik
black-hole6的博客Olesya loves numbers consisting of n digits, and Rodion only likes numbers that are divisible by t. Find some number that satisfies both of them. Your task is: given the n and t print an ...