Search found 1 match

by marcosroriz
Mon Apr 20, 2009 8:01 pm
Forum: Volume 7 (700-799)
Topic: 706 - LCD Display
Replies: 221
Views: 65553

Re: 706 - LC-Display

Guys I keep getting WA, and I tested for every single case and It's working. Can any 1 here helps me identify whats wrong?

#include <iostream>
#include <string>
#include <cstdlib>

using namespace std;

void desenha(int s, int digitos, int vetor[]) {
int linhas = (2 * s) + 3;
int colunas ...

Go to advanced search