为孩子注入编程算法基因
Toggle navigation
Home
AIAssistant
Problems
Status
Rating
Group
Barrier
Contests
Wiki
Login
Home
Status
69794
Run ID
Author
Problem
Lang
Verdict
Time
Memory
Code Length
Submit Time
69794
sh25_wangsj
打印ASCII码
C++
Accepted
0 MS
240 KB
124
2025-10-11 17:27:39
Tests(1/1):
#include <bits/stdc++.h> using namespace std; int main() { double a; cin>>a; cout<<"65"; return 0; }
Judgement Protocol: