Search found 1 match

by riccardomereu5
Fri Aug 15, 2014 8:35 pm
Forum: Volume 1 (100-199)
Topic: 147 - Dollars
Replies: 233
Views: 50997

Re: 147 - Dollars

Why do I get WA?

#include <cstdlib>
#include <iostream>
#include <string.h>
#include <fstream>
using namespace std;
ofstream out("output.txt");
long long table[30010];
int money[11]={5, 10, 20, 50, 100, 200, 500, 1000, 2000, 5000, 10000};
int main(int argc, char** argv) {
memset(table, 0, sizeof ...

Go to advanced search