Hello everyone,
I am stuck on this problem. I have tried many variations but the response is the same Time Limit.
Here is my current code.
#include <cstdio>
#include <iostream>
#include <string>
using namespace std;
int main() {
int n, p, r, curr_r, i, j, k;
float d, curr_d;
string ...
Search found 2 matches
- Mon Aug 17, 2015 4:26 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10141 - Request for Proposal
- Replies: 44
- Views: 24403
- Tue Oct 01, 2013 2:01 am
- Forum: Volume 101 (10100-10199)
- Topic: 10106 - Product
- Replies: 98
- Views: 40310
10106 -Product
Hi, could i get some help please?
i'm constantly getting WA in this problem,but can't figure out why.
Here's my code:
#include <iostream>
#include <cstdio>
#include <algorithm>
using namespace std;
string addBigInt(string a, string b) {
int suma, llevo;
string respuesta;
respuesta = "";
suma ...
i'm constantly getting WA in this problem,but can't figure out why.
Here's my code:
#include <iostream>
#include <cstdio>
#include <algorithm>
using namespace std;
string addBigInt(string a, string b) {
int suma, llevo;
string respuesta;
respuesta = "";
suma ...