Search found 1 match

by junhee
Mon Aug 28, 2006 8:48 pm
Forum: Volume 7 (700-799)
Topic: 706 - LCD Display
Replies: 221
Views: 65717

706 - WA... Help Me!!


/* @BEGIN_OF_SOURCE_CODE */

#include <iostream>
#include <string>
using namespace std;

#define MAX_DIGIT 8
#define MAX_S 10

#define bar1(j, k, s) ( j == 0 && 1 <= k && k <= s )
#define bar2(j, k, s) ( j == s + 1 && 1 <= k && k <= s )
#define bar3(j, k, s) ( j == 2 * s + 2 && 1 <= k && k <= s ...

Go to advanced search