为孩子注入编程算法基因
Toggle navigation
Home
AIAssistant
Problems
Status
Rating
Group
Barrier
Contests
Wiki
Login
Home
Status
89532
Run ID
Author
Problem
Lang
Verdict
Time
Memory
Code Length
Submit Time
89532
sh25_zhangjiajia
高精度乘法
C++
Accepted
0 MS
248 KB
116
2026-06-05 14:33:39
Tests(4/4):
#include <iostream> using namespace std; int main() { int a,b; cin>>a>>b; cout<<a*b; return 0; }
Judgement Protocol: