Talk:希U语

此后如竟没有炬火,我便是唯一的光。
ColorfulGalaxy在话题“Open source program”中的最新留言:昨天17:22

Open source program

This website uses UTF-8. You can test the encoder there. ColorfulGalaxy留言2025年1月15日 (三) 17:22 (CST)回复

#include <cstdio>
unsigned char c;
int high[16]={(0xe032,0xe031),0xe033,0xe034,(0xe036,0xe035),0xe037,0xe039,(0xe03b,0xe03a),0xe03c,(0xe066,0xe03d),0xe03e,0xe03f,0xe060,(0xe062,0xe061),(0xe064,0xe063),0xe065,0xe06d};
int low[16]={0xe06f,0xe090,0xe091,0xe092,0xe093,0xe094,0xe095,0xe096,0xe097,0xe098,0xe099,0xe09a,0xe09b,0xe09c,0xe09d,57589};
int main(){
 while(c=getchar()){
  printf("%c%c%d;%c%c%d;",38,35,high[c/16%16],38,35,low[c%16]);
 }
}