Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - INT 1
Search - INT 1 - List
DL : 0
二维坐标系上有一些炸弹,每个炸弹有x,y坐标和爆炸后波及的范围r,这个r指的是跟自己曼哈顿距离r以内的点 就类似于扫雷那样,一个炸弹爆炸可能引起一片一片的炸弹炸出去 然后有一些询问,问点燃某个炸弹后会有多少个炸弹爆炸 已经炸过的就不算了 -#include <iostream> #include <vector> #include <algorithm> #include <cstdio> #include <cmath> #include <string> #include <cstring> #include <cmath> #include <ctime> using namespace std const int maxn = 110005 const int inf = 2000000005 struct NODE{ int y, dis NODE(){ } NODE(int _y, int _dis){ y = _y dis = _dis } bool operator <(const NODE &tmp)const{ if(y == tmp.y) return dis < tmp.dis return y < tmp.y } } struct POINT{ int x, y, dis POINT() { } POINT(int _x, int _y, int _dis){ x = _x y = _y dis = _dis } }df[maxn], myque[1111111] int n, m, hash[maxn], num vector<NODE>mygraph[maxn] void init(){ num = 0 for(int i = 0 i < maxn i++) mygraph[i].clear() } void readdata(){
Date : 2026-01-07 Size : 1kb User : 夏超

分类钢钉--诠释 文本自动分类,这就是爱,需要么,需要就下载吧-Categories Nails- Int automatic text classification, this is love, you need it, you need to download it
Date : 2026-01-07 Size : 147kb User : 吴柏钊

控制程序#include <MEGA8.h> #include TWI.H #define uchar unsigned char #define uint unsigned int #define M62429VolClk PORTC.2 #define M62429Data PORTC.3 #define bp PORTC.1 #define up PORTB.0 #define down PORTD.7 #define power PORTD.6 #define ir_out PORTB.7 //#define ir_in PIND.2 //ir_in #define SWIN PIND.3 //IO to LED-control program#include <MEGA8.h> #include TWI.H #define uchar unsigned char #define uint unsigned int #define M62429VolClk PORTC.2 #define M62429Data PORTC.3 #define bp PORTC.1 #define up PORTB.0 #define down PORTD.7 #define power PORTD.6 #define ir_out PORTB.7 //#define ir_in PIND.2 //ir_in #define SWIN PIND.3 //IO to LED
Date : 2026-01-07 Size : 6kb User : 易生

INT注入例子 感谢您对Love代码的支持,我们提供最有质量,有图的资源下载学习,同时也希望下载我们的资源后对我们的资源进行评价,给我们长期收集资源的动力.同时也希望您分享自己的源码给我们-INT injection thanks you for your support Love example code, we provide the best quality, a map of resources to learn, but also want to download our resources on our resources after the uation, give us the power to collect long-term resources. We also hope Share your own source code to us
Date : 2026-01-07 Size : 5kb User : jijun

DL : 0
代码编辑器 本程序实质是通过小技巧实现了易语言中 文本替换()命令类似的替换效果。解决了众多常见BUG。如翻译过程中 int 与 printf 的“数据重叠” 翻译问题等-Code Editor The essence of this procedure is achieved through a small skill in the language easy to replace the text () command similar to the replacement effect. Resolved a number of common BUG. Such as the translation process int and printf data overlap translation issues
Date : 2026-01-07 Size : 138kb User : cbz
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.