代码搜索:2014
找到约 215 项符合「2014」的源代码
代码结果 215
www.eeworm.com/read/388569/8600393
cpp 2014.cpp
/*
2014 青年歌手大奖赛_评委会打分
Time Limit : 1000 ms Memory Limit : 32768 K Output Limit : 256 K
GUN C++
*/
#include
using namespace std;
#define MAX 1000
int main()
{
int n,c
www.eeworm.com/read/181474/9253658
txt 2014.txt
http://frienky.100steps.net/blog/read.php//blog/read.php//blog/read.php//blog/read.php/22.htm
www.eeworm.com/read/348596/10883446
txt 2014.txt
#include
#include
#define debug 0
#define NMAX 1026
int a[NMAX][NMAX];
int main()
{
#if debug
freopen("in.txt","r",stdin);
freopen("out.txt","w",stdout);
#en
www.eeworm.com/read/418779/10921150
txt 2014.txt
Rule:
--
Sid:
2014
--
Summary:
Remote Procedure Call (RPC) is a facility that enables a machine to request a service from another remote machine. This is done without the need for detailed network i
www.eeworm.com/read/443457/7632656
cpp 2014.cpp
#include
int main()
{
unsigned int n,k;
double p[100],temp,ave,min,max;
//题目所说的100>n>2是思维上的说明,在程序中不必体现
while(scanf("%d",&n)!=EOF){
ave=0;
for(k=0;k
www.eeworm.com/read/486654/6524354
cpp 2014.cpp
#include
#define CARRY 100000000
class BigInt {
private:
int getLength(long n) {
int len;
for(len = 0; n > 0; len++) {
n /= 10;
}
return len;
}
public:
long num[
www.eeworm.com/read/481966/6633653
cpp 2014.cpp
#include
#define CARRY 100000000
class BigInt {
private:
int getLength(long n) {
int len;
for(len = 0; n > 0; len++) {
n /= 10;
}
return len;
}
public:
long num[
www.eeworm.com/read/240162/4586243
a cxg2014.a
-- CXG2014.A
--
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025,