#11609: 123


TzuchunChen (陳子濬)

學校 : 國立嘉義高級中學
編號 : 59216
來源 : [49.215.236.123]
最後登入時間 :
2019-05-06 08:46:33
b455. 請輸出這張圖片的RGB數值(難度↓) | From: [163.27.3.92] | 發表日期 : 2016-12-16 13:37

#include <iostream>
#include <cmath>
/* run this program using the console pauser or add your own getch, system("pause") or input loop */

using namespace std;

int main(int argc, char** argv) {

cout<<"4 4"<<endl<<"226 137 124 206 98 94 211 113 110 222 132 103"<<endl<<"163 59 71 237 147 114 218 158 151 202 176 186"<<endl<<"177 63 85 231 123 101 161 50 65 108 34 68"<<endl<<"87 13 57 130 66 117 130 30 55 182 113 112";
return 0;
}

 
ZeroJudge Forum