代码搜索:1163
找到约 222 项符合「1163」的源代码
代码结果 222
www.eeworm.com/read/287363/8689636
cpp 1163.cpp
www.eeworm.com/read/428551/8860164
0723 1163-2759.0723
www.eeworm.com/read/428551/8860178
0723 1163-2758.0723
www.eeworm.com/read/181474/9251773
txt 1163.txt
http://frienky.100steps.net/blog/read.php//blog/read.php/tag.php?tag=%E5%AD%A6%E7%94%9F%E4%BC%9A
www.eeworm.com/read/357794/10201045
txt 1163.txt
题1163:建立一个二维数组,dd[10][100000];dd[i][j]表示得到i元的现金时,第j种币的数量。采用动态规划算法。注意在每一次得到i元的现金后,应将各个币的数量进行重新计算。
www.eeworm.com/read/348596/10882442
txt 1163.txt
#include
int s[1000][1000];
int main()
{
int i, j, t, r;
scanf( "%d", &r );
for(i=0;i
www.eeworm.com/read/418779/10910347
txt 1163.txt
Rule:
Sid:
1163
--
Summary:
This event is generated when an attempt is made to exploit a known
vulnerability in a Web server running on an IRIX platform.
--
Impact:
Serious. Execution of arbitra
www.eeworm.com/read/464709/7067677
cpp 1163.cpp
www.eeworm.com/read/443457/7632830
cpp 1163.cpp
#include
int main()
{
int n[18]={1,4,9,4,2,9,7,1,9,1,5,9,4,7,9,7,8,9},i;
while(scanf("%d",&i)!=EOF&&i!=0&&printf("%d\n",n[(i-1)%18]));
}