From e6a7546f3e10b4bfec4628ede000f397ad8a734d Mon Sep 17 00:00:00 2001 From: rabix Date: Fri, 7 Jun 2024 06:53:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20test.c?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.c b/test.c index 953e19c..1ae0f22 100644 --- a/test.c +++ b/test.c @@ -1,11 +1,11 @@ #include "6.0s1.h" int main(void) { - int p = read_int(); + S1_INT p = read_int(); write_int(p); write_char('\n'); read_pnl(); - int q = read_char(); + S1_CHAR q = read_char(); write_char(q); write_char('\n'); } \ No newline at end of file