Search found 4 matches
- Sat Mar 29, 2014 9:10 pm
- Forum: Volume 116 (11600-11699)
- Topic: 11690 - Money Matters
- Replies: 19
- Views: 9016
Re: 11690 MONEY MATTERS
AC,thanks
- Wed Nov 13, 2013 9:15 pm
- Forum: Volume 103 (10300-10399)
- Topic: 10300 - Ecological Premium
- Replies: 22
- Views: 13661
Re: 10300 ecological premium
AC,thanks
- Wed Nov 13, 2013 9:00 pm
- Forum: Volume 4 (400-499)
- Topic: 499 - What's The Frequency, Kenneth?
- Replies: 93
- Views: 20827
Re: 499 - What's The Frequency, Kenneth?
some help with mi code,please #include<bits/stdc++.h>
using namespace std;
main(){
//freopen("10300.c","r",stdin);
int N,cont;
cin>>N;
int F[N];
for(int i = 0;i < N;i++){
cont=0;
cin>>F[i];
int S[F[i]];
int A[F[i]];
int E[F[i]];
for(int j = 0;j < F[i];j++){
cin>>S[j]>>A[j]>>E[j];
cont ...
using namespace std;
main(){
//freopen("10300.c","r",stdin);
int N,cont;
cin>>N;
int F[N];
for(int i = 0;i < N;i++){
cont=0;
cin>>F[i];
int S[F[i]];
int A[F[i]];
int E[F[i]];
for(int j = 0;j < F[i];j++){
cin>>S[j]>>A[j]>>E[j];
cont ...
- Wed Nov 13, 2013 8:50 pm
- Forum: Volume 4 (400-499)
- Topic: 499 - What's The Frequency, Kenneth?
- Replies: 93
- Views: 20827
Re: 499 - What's The Frequency, Kenneth?
please, some help with my code #include<bits/stdc++.h>
using namespace std;
bool cmp(int a,int b)
{
return a>b;
}
bool cmp2(int a,int b)
{
return a<b;
}
main(){
pair<int,char> M[75];
char linea[75];
int puntero=0;
int punt=0;
bool bandera;
vector<int >p1;
vector<char>p2;
while(gets(linea ...
using namespace std;
bool cmp(int a,int b)
{
return a>b;
}
bool cmp2(int a,int b)
{
return a<b;
}
main(){
pair<int,char> M[75];
char linea[75];
int puntero=0;
int punt=0;
bool bandera;
vector<int >p1;
vector<char>p2;
while(gets(linea ...