代码搜索:1090
找到约 357 项符合「1090」的源代码
代码结果 357
www.eeworm.com/read/188596/8525970
cpp 1090.cpp
#include
using namespace std;
int bucket[100];
int tag[10000];
int n, m, best_s = -1, best_k;
int main()
{
int i, j, k, s, x;
cin >> n >> m;
for(k = 0; k < m; ++k)
{
mems
www.eeworm.com/read/388569/8600943
c 1090.c
/*
1090 A+B for Input-Output Practice (II)
Time Limit : 1000 ms Memory Limit : 32768 K Output Limit : 5120 K
VC
*/
#include
#define MAX 1000
int main()
{
int n,ca,num1,num2,ans
www.eeworm.com/read/181474/9250513
txt 1090.txt
http://frienky.100steps.net/blog/read.php//blog/read.php/read.php/63.htm
Bo-B
www.eeworm.com/read/418779/10903600
txt 1090.txt
Rule:
--
Sid:
1090
--
Summary:
This event is generated when an attempt is made to exploit a known
vulnerability in a CGI web application running on a server.
--
Impact:
Information gathering and s
www.eeworm.com/read/443457/7633017
cpp 1090.cpp
#include
void main()
{
int a,b,n;
scanf("%d",&n);
while(n--&&scanf("%d %d",&a,&b)&&printf("%d\n",a+b));
}
www.eeworm.com/read/486654/6524979
cpp 1090.cpp
/* This Code is Submitted by wywcgs for Problem 1090 on 2005-10-27 at 21:54:26 */
#include
const int MAX = 512;
int main()
{
long long c[MAX] = {0};
int i, j, n;
for(i = MAX
www.eeworm.com/read/481966/6634278
cpp 1090.cpp
/* This Code is Submitted by wywcgs for Problem 1090 on 2005-10-27 at 21:54:26 */
#include
const int MAX = 512;
int main()
{
long long c[MAX] = {0};
int i, j, n;
for(i = MAX