字符画
Posted liulex
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了字符画相关的知识,希望对你有一定的参考价值。
通過樣例猜題意系列
注意讀題:每輸出完一行需要恢復背景色
這題用cout瘋狂爆零什麽鬼
#include <iostream> #include <string> #include <cstdio> using namespace std; int A[2004][2003][3]; int n, m, p, q; string color; int ati(char c) { if (c >= ‘A‘ && c <= ‘Z‘) { return c - ‘A‘ + 10; } else return c - ‘0‘; } char* reset = "\x1B\x5B\x30\x6D"; char* ESC = "\x1B"; void ito(int x) { //printf("\x%02X",x); //cout << "\x"; char s[3] ; s[2]=‘