其他分享
首页 > 其他分享> > Codeforces Round 114 (Div. 3) 题解

Codeforces Round 114 (Div. 3) 题解

作者:互联网

A - 114

我们知道 11*4+5*14=114, 所以直接输出 11,4,5,14 即可

#include<bits/stdc++.h>
using namespace std;
int mian(){
print(11,' ',4, ' ',5 , ' ', 1, ' ', 4);
print(std::endl);
}

B - 514

跟一个一个一个一个第一题一样,是考虑用 114514 凑出来 514,显然可以 (1-1)/4+514,所以输出 1,1,4,514 即可。

#include<bits/stdc++.h>
using namespace std;
int mian(){
print(1, ' ',1,' ',4, ' ',514);
print(std::endl);
}

C - 1919

1919 是一个年份,A year,so we should output year, then Мы получим ПРИНЯТИЕ。

D - 8x10

Название算数問題,80 を直接出力するのはとても簡単です。

E - asdfadsfjasildf

题目 is garbled,所以我赛时也没有做出来,但是你发现这是 div three,so the question won't be too difficult。

于是我们可以尝试直接输出 the title, then you get 通过本题。

F - sfjidgoishdgio

我也不会,有没有大佬 teach taught watashi

标签:std,11,int,题解,114,print,Div,514
来源: https://www.cnblogs.com/tearing/p/16472451.html