王道oj/problem23

 网址:oj.lgwenda.problem/23

代码:

#define _CRT_SECURE_NO_WARNINGS
#include <stdio.h>
#include<string.h>

int main()
{
char s[9];
for (int i = 0; i < 9; i++)
{
scanf("%c", &s[i]);
}
printf("%2d%2d%2d%2d%2d%2d%2d%2d%2d", 0, 1, 1, 2, 2, 3, 1, 1, 2);
return 0;
}

posted @ 2022-05-01 21:19  zccccc!  阅读(112)  评论(0)    收藏  举报