|
幽默topcoder
题目 4004 喵星人集会
2024-07-12 15:47:49
|
|
抽象
|
|
:(
题目 3349 [HSOI 2020] UNO
2024-07-11 16:10:52
|
|
? )
|
|
感人的通过率:1.09%
题目 715 [SDOI 2005] 屠龙传说-屠龙枪卷
2024-07-10 17:08:41
|
|
(T~T)牢大已经坠机了
~~~~~Man,what can I say?Manba out~~~~~ (一楼)
题目 725 [SDOI 2007] 科比的比赛
2024-07-10 17:03:09
|
|
劳资12999!
|
|
哈哈哈哈哈哈哈哈哈
|
|
#include <bits/stdc++.h>
using namespace std; int main() { freopen("pencil.in","r",stdin); freopen("pencil.out","w",stdout); long long n,x,y,d; cin>>n; for(int i=1;i<=3;i++) { cin>>x>>y; if(n%x==0){ if(n/x*y<d){ d=n/x*y; } }else{ if((n/x+1)*y<d){ d=(n/x+1)*y; } } } cout<<d; return 0; } 为啥在评测机上输出0啊? 自己做就没问题 请求大佬给我看看 |
|
这题有坑,谁能帮忙看看(T~T)
|
|
再也不想看见[/if]语句了
|
|
我。。。。。。。。
|
|
看得出来作者很喜欢宵宫
题目 3896 [桐柏一中邀请赛S13]琉金云间
2024-07-10 10:11:44
|
|
Yoimiya()
题目 3893 [桐柏一中邀请赛S13]铃
2024-07-10 10:03:48
|
|
曼波榨汁,我爱喝曼波榨汁,我可以随意混搭,再配上曼波寿司。
哈基米烧烤,我爱吃哈基米烧烤,就算是乱七八糟,也觉得心情很好。 |
|
快读快写是真的快啊(纯纯是新人在娱乐,无恶意刷的倾向)
题目 3195 [USACO Feb05]愤怒的牛
2024-07-09 17:56:05
|
|
水
|
|
题目 36 求和问题
2024-07-09 17:28:20
|
|
#include <bits/stdc++.h>
#include<map> using namespace std; struct nxx { int cost; int pc; string st; bool operator < (const nxx &tmp)const { return this->pc > tmp.pc ; } nxx (int a,int b,string c) { pc=a; cost=b; st=c; } }; int x,y; map <string, bool> mp; map <string, int> dis; int dx[4] = {0, 1, -1, 0}; int dy[4] = {1, 0, 0, -1}; string s; char goal[10]="123804765"; int mubiao; int gj(string jntm) { int ans = 0; for (int i = 0; i < 9; i ++ ) { if (goal[i] != jntm[i] && goal[i] != 0) ans
题目 3777 [CSP 2022J]乘方
2024-07-09 17:11:12
|
|
线段树也是可以做的
|