Codeforces Beta Round #76 (Div. 2 Only)

http://codeforces.com/contest/94

A

  1. #include<bits/stdc++.h>
  2. using namespace std;
  3. #define lson l,mid,rt<<1
  4. #define rson mid+1,r,rt<<1|1
  5. #define sqr(x) ((x)*(x))
  6. #define pb push_back
  7. #define eb emplace_back
  8. #define maxn 200005
  9. #define eps 1e-8
  10. #define pi acos(-1.0)
  11. #define rep(k,i,j) for(int k=i;k<j;k++)
  12. typedef long long ll;
  13. typedef pair<int,int> pii;
  14. typedef pair<char,int> pci;
  15. typedef pair<pair<int,string>,pii> ppp;
  16. typedef unsigned long long ull;
  17. const long long MOD=1e9+;
  18. /*#ifndef ONLINE_JUDGE
  19. freopen("1.txt","r",stdin);
  20. #endif */
  21.  
  22. string s[];
  23. string s1[];
  24.  
  25. int main(){
  26. #ifndef ONLINE_JUDGE
  27. // freopen("1.txt","r",stdin);
  28. #endif
  29. std::ios::sync_with_stdio(false);
  30. string str;
  31. cin>>str;
  32. for(int i=;i<;i++){
  33. cin>>s[i];
  34. }
  35. for(int i=;i<;i++){
  36. for(int j=;j<;j++){
  37. s1[i]+=str[i*+j];
  38. }
  39. }
  40. for(int i=;i<;i++){
  41. for(int j=;j<;j++){
  42. if(s1[i]==s[j]){
  43. cout<<j;
  44. break;
  45. }
  46. }
  47. }
  48. }

B

  1. #include<bits/stdc++.h>
  2. using namespace std;
  3. #define lson l,mid,rt<<1
  4. #define rson mid+1,r,rt<<1|1
  5. #define sqr(x) ((x)*(x))
  6. #define pb push_back
  7. #define eb emplace_back
  8. #define maxn 200005
  9. #define eps 1e-8
  10. #define pi acos(-1.0)
  11. #define rep(k,i,j) for(int k=i;k<j;k++)
  12. typedef long long ll;
  13. typedef pair<int,int> pii;
  14. typedef pair<char,int> pci;
  15. typedef pair<pair<int,string>,pii> ppp;
  16. typedef unsigned long long ull;
  17. const long long MOD=1e9+;
  18. /*#ifndef ONLINE_JUDGE
  19. freopen("1.txt","r",stdin);
  20. #endif */
  21.  
  22. int d[];
  23.  
  24. int main(){
  25. #ifndef ONLINE_JUDGE
  26. // freopen("1.txt","r",stdin);
  27. #endif
  28. std::ios::sync_with_stdio(false);
  29. string str;
  30. int n;
  31. cin>>n;
  32. int u,v;
  33. for(int i=;i<=n;i++){
  34. cin>>u>>v;
  35. d[u]++;
  36. d[v]++;
  37. }
  38. for(int i=;i<=;i++){
  39. if(d[i]!=){
  40. cout<<"WIN"<<endl;
  41. return ;
  42. }
  43. }
  44. cout<<"FAIL"<<endl;
  45. }

C

找规律

  1. #include<bits/stdc++.h>
  2. using namespace std;
  3. #define lson l,mid,rt<<1
  4. #define rson mid+1,r,rt<<1|1
  5. #define sqr(x) ((x)*(x))
  6. #define pb push_back
  7. #define eb emplace_back
  8. #define maxn 200005
  9. #define eps 1e-8
  10. #define pi acos(-1.0)
  11. #define rep(k,i,j) for(int k=i;k<j;k++)
  12. typedef long long ll;
  13. typedef pair<int,int> pii;
  14. typedef pair<char,int> pci;
  15. typedef pair<pair<int,string>,pii> ppp;
  16. typedef unsigned long long ull;
  17. const long long MOD=1e9+;
  18. /*#ifndef ONLINE_JUDGE
  19. freopen("1.txt","r",stdin);
  20. #endif */
  21.  
  22. int main(){
  23. #ifndef ONLINE_JUDGE
  24. // freopen("1.txt","r",stdin);
  25. #endif
  26. std::ios::sync_with_stdio(false);
  27. long long n,m,a,b;
  28. cin>>n>>m>>a>>b;
  29. int s,t;
  30. s=a/m+(a%m!=);
  31. t=b/m+(b%m!=);
  32. if(m==){
  33. cout<<;
  34. return ;
  35. }
  36. if(b==n){
  37. if(a%m==||s==t) cout<<;
  38. else cout<<;
  39. return ;
  40. }
  41. if((a%m==&&b%m==)||s==t) {cout<<;return ;}
  42. if(a%m==||b%m==||s+==t||(b+)%m==a%m) cout<<;
  43. else cout<<;
  44.  
  45. }

D

贪心

  1. #include<bits/stdc++.h>
  2. using namespace std;
  3. #define lson l,mid,rt<<1
  4. #define rson mid+1,r,rt<<1|1
  5. #define sqr(x) ((x)*(x))
  6. #define pb push_back
  7. #define eb emplace_back
  8. #define maxn 200005
  9. #define eps 1e-8
  10. #define pi acos(-1.0)
  11. #define rep(k,i,j) for(int k=i;k<j;k++)
  12. typedef long long ll;
  13. typedef pair<int,int> pii;
  14. typedef pair<char,int> pci;
  15. typedef pair<pair<int,string>,pii> ppp;
  16. typedef unsigned long long ull;
  17. const long long MOD=1e9+;
  18. /*#ifndef ONLINE_JUDGE
  19. freopen("1.txt","r",stdin);
  20. #endif */
  21.  
  22. int cnt[];
  23. int g[][];
  24.  
  25. int main(){
  26. #ifndef ONLINE_JUDGE
  27. // freopen("1.txt","r",stdin);
  28. #endif
  29. // std::ios::sync_with_stdio(false);
  30. int n,w,m,i,j;
  31. cin>>n>>w>>m;
  32. for(i=;i<n;i++)cnt[i]=m;
  33. int ii=;
  34. for(i=;i<m;i++){
  35. int k=n;
  36. while(k>){
  37. if(cnt[ii]==)
  38. ii++;
  39. cnt[ii]--;
  40. k--;
  41. g[ii][i]++;
  42. }
  43. }
  44. for(i=;i<n;i++){
  45. int cc=;
  46. for(j=;j<m;j++)
  47. if(g[i][j])
  48. cc++;
  49. if(cc>=)
  50. break;
  51. }
  52. if(i<n)
  53. cout<<"NO"<<endl;
  54. else{
  55. cout<<"YES"<<endl;
  56. for(i=;i<m;i++){
  57. bool f=;
  58. for(j=;j<n;j++)
  59. if(g[j][i]){
  60. if(f)
  61. f=;
  62. else
  63. cout<<" ";
  64. printf("%d %.8lf",j+,(g[j][i]*(double)w)/m);
  65. }
  66. cout<<endl;
  67. }
  68. }
  69.  
  70. }

E

暴力搜索

  1. #include<bits/stdc++.h>
  2. using namespace std;
  3. #define lson l,mid,rt<<1
  4. #define rson mid+1,r,rt<<1|1
  5. #define sqr(x) ((x)*(x))
  6. #define pb push_back
  7. #define eb emplace_back
  8. #define maxn 200005
  9. #define eps 1e-8
  10. #define pi acos(-1.0)
  11. #define rep(k,i,j) for(int k=i;k<j;k++)
  12. typedef long long ll;
  13. typedef pair<int,int> pii;
  14. typedef pair<char,int> pci;
  15. typedef pair<pair<int,string>,pii> ppp;
  16. typedef unsigned long long ull;
  17. const long long MOD=1e9+;
  18. /*#ifndef ONLINE_JUDGE
  19. freopen("1.txt","r",stdin);
  20. #endif */
  21.  
  22. int target;
  23. int best = ;
  24. int op1[], op2[], op3[], bop1[], bop2[], bop3[];
  25. int reg[];
  26. int N;
  27.  
  28. void dfs(int lv){
  29. if (lv>=best)return;
  30. int i,j,k;
  31. for(i=;i<N;i++) if (lv<best && reg[i]==target) {
  32. best=lv;
  33. for(j=;j<lv;j++) {
  34. bop1[j]=op1[j], bop2[j]=op2[j], bop3[j]=op3[j];
  35. }
  36. return;
  37. }
  38. if (lv>=best-) return;
  39. for(i=;i<N;i++) for(j=;j<N;j++) for (k=;k<=;k*=){
  40. if (reg[i] + k*reg[j] > target) continue;
  41. reg[N++] = reg[i] + k*reg[j];
  42. op1[lv]=i; op2[lv]=k; op3[lv]=j;
  43. dfs(lv+);
  44. N--;
  45. }
  46. }
  47.  
  48. int main(){
  49. #ifndef ONLINE_JUDGE
  50. // freopen("1.txt","r",stdin);
  51. #endif
  52. std::ios::sync_with_stdio(false);
  53. cin>>target;
  54. reg[]=, reg[]=; N=;
  55. dfs();
  56. cout<<best<<endl;
  57. int i;
  58. for(i=;i<best;i++) {
  59. cout<<"lea e" << (char)('a'++i)<<"x, [e" << (char)('a'+bop1[i])<<"x + " << bop2[i]<<"*e" << (char)('a'+bop3[i]) << "x]" << endl;
  60. }
  61.  
  62. }

Codeforces Beta Round #76 (Div. 2 Only)的更多相关文章

  1. Codeforces Beta Round #80 (Div. 2 Only)【ABCD】

    Codeforces Beta Round #80 (Div. 2 Only) A Blackjack1 题意 一共52张扑克,A代表1或者11,2-10表示自己的数字,其他都表示10 现在你已经有一 ...

  2. Codeforces Beta Round #83 (Div. 1 Only)题解【ABCD】

    Codeforces Beta Round #83 (Div. 1 Only) A. Dorm Water Supply 题意 给你一个n点m边的图,保证每个点的入度和出度最多为1 如果这个点入度为0 ...

  3. Codeforces Beta Round #79 (Div. 2 Only)

    Codeforces Beta Round #79 (Div. 2 Only) http://codeforces.com/contest/102 A #include<bits/stdc++. ...

  4. Codeforces Beta Round #77 (Div. 2 Only)

    Codeforces Beta Round #77 (Div. 2 Only) http://codeforces.com/contest/96 A #include<bits/stdc++.h ...

  5. Codeforces Beta Round #75 (Div. 2 Only)

    Codeforces Beta Round #75 (Div. 2 Only) http://codeforces.com/contest/92 A #include<iostream> ...

  6. Codeforces Beta Round #74 (Div. 2 Only)

    Codeforces Beta Round #74 (Div. 2 Only) http://codeforces.com/contest/90 A #include<iostream> ...

  7. Codeforces Beta Round #73 (Div. 2 Only)

    Codeforces Beta Round #73 (Div. 2 Only) http://codeforces.com/contest/88 A 模拟 #include<bits/stdc+ ...

  8. Codeforces Beta Round #72 (Div. 2 Only)

    Codeforces Beta Round #72 (Div. 2 Only) http://codeforces.com/contest/84 A #include<bits/stdc++.h ...

  9. Codeforces Beta Round #70 (Div. 2)

    Codeforces Beta Round #70 (Div. 2) http://codeforces.com/contest/78 A #include<bits/stdc++.h> ...

随机推荐

  1. js 在光标位置插入内容

    原文:https://blog.csdn.net/smartsmile2012/article/details/53642082 createDocumentFragment()用法: https:/ ...

  2. keyword模块

    导入关键字模块 import keyword 列出当前系统中Python的关键字 >>> keyword.kwlist ['and', 'as', 'assert', 'break' ...

  3. day17-函数装饰器

    一.什么是装饰器 装饰器可以让其他函数在不需要做任何代码改变的前提下,增加额外的功能,装饰器的返回值也是一个函数对象.在 Python 中,函数是第一类对象,也就是说,函数可以做为参数传递给另外一个函 ...

  4. js人形时钟

    https://blog.csdn.net/rsylqc/article/details/44808063 分享自:http://chabudai.org/blog/?p=59 在这个网站看到一个很有 ...

  5. opencv-3.3安装记录-ubuntu 14.04

    这个二逼问题不会是最后一次. ipcv-****.tar.gz 这个文件在cmake的时候会卡住,这里先下载这个文件,大概38M,放到.cache/ippcv目录下就可以了.貌似还需要改下名字. 就可 ...

  6. Leetcode 题解 Longest Substring Without Repeating Characters_需要重做

    最长的没有重复的字符串. 这个题其实不难.但是我第二次做了,硬是把它做出了难的感觉... 变量命名要合理.可读性强.

  7. jquery循环方法

    <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...

  8. 池以及barrier简单

    用了下CyclicBarrier,注意线程池中的线程数量设置,还有就是DB连接的时候,需要考虑单个DB能承受的最大连接数目和每个连接上能同时打开的cursor等限制,需要时可以通过jstack查看堆栈 ...

  9. 通过SSH克隆远程仓库(GitLab)到本地

    由于不是任何用户都能从远程仓库克隆到本地的,也是需要鉴别的,因此本地需要用git bash 创建一个公钥,而远程仓库也要把这个公钥保存下来,进而本地才可以从远程download.主要步骤如下: 1.首 ...

  10. angular指令的compile,prelink 和 postlink以及controller

    一. 指令模板选项有complie和link两个字段,两者之间存在如下关系: 当compile字段存在时,link字段将被忽略,compile函数的返回值将作为link字段. 当compile不存在, ...