为孩子注入编程算法基因
Toggle navigation
Home
AIAssistant
Problems
Status
Rating
Group
Barrier
Contests
Wiki
Login
Home
Status
28653
Run ID
Author
Problem
Lang
Verdict
Time
Memory
Code Length
Submit Time
28653
惠子铭
打印ASCII码
C++
Accepted
0 MS
192 KB
124
2023-10-18 18:57:38
Tests(1/1):
#include<stdio.h> int main() { char a; while(scanf("%c",&a)!=EOF) printf("%d\n",a); return 0; }
Judgement Protocol: