为孩子注入编程算法基因
Toggle navigation
Home
AIAssistant
Problems
Status
Rating
Group
Barrier
Contests
Wiki
Login
Home
Status
6605
Run ID
Author
Problem
Lang
Verdict
Time
Memory
Code Length
Submit Time
6605
lulu
打印ASCII码
C++
Accepted
0 MS
248 KB
112
2023-01-26 12:14:06
Tests(1/1):
#include<bits/stdc++.h> using namespace std; int main() { char n; cin>>n; cout<<(int)n; return 0; }
Judgement Protocol: