- 博客(4)
- 收藏
- 关注
原创 洛谷 P1421 小玉买文具
#include<cstdio>int main(){ int a,b,c;; scanf("%d %d",&a,&b); a=a*10+b; c=a/19; printf("%d",c); return 0;}
2018-04-17 20:06:38
743
原创 洛谷1001 题解
这也是一道超级简单的题,直接上题解。#include<iostream>//头文件不多说~#include<cstdio>using namespace std;int a,b;//定义两个数字int main(){ cin>>a>>b;//输入 cout<<a+b;//输出 return 0;//好习惯}这是最简单的题解,什么二分之类的...
2018-04-04 22:02:07
473
原创 真!!! 洛谷1000 题解
这是一道很简单的题,最基础的题。废话不多说,直接上题解。c语言:#include<stdio.h> int main() { printf( " ********\n" " ************\n" " ####....#.\n" " ...
2018-04-03 21:15:58
606
转载 洛谷1000 题解
不多说,非原创; 注意!非原创! 看题解里没有这个大佬写的题解,就来发一下吧#include <bits/stdc++.h> using namespace std; int mp[100][100]; int last[100]; int n = 22, m = 62; // 在[x1-x2, y1-y2]绘制ch void draw(int x1, int y1, int x2, ...
2018-04-03 21:09:02
2409
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅