Search found 1 match

by omegacfx
Fri Oct 22, 2010 6:16 pm
Forum: Volume 116 (11600-11699)
Topic: 11608 - No Problem
Replies: 25
Views: 15033

Re: 11608 - No Problem

I'm getting WA on this problem, the test case works and the other test case that someone posted in here works, not sure what is going on.
Thanks!
//no problem
#include <iostream>
using namespace std;

int main(){
int months[15], probs[15];
int probstart, probtotal;
int count = 0;
while(cin ...

Go to advanced search