为孩子注入编程算法基因
Toggle navigation
Home
AIAssistant
Problems
Status
Rating
Group
Barrier
Contests
Wiki
Login
Home
Status
53755
Run ID
Author
Problem
Lang
Verdict
Time
Memory
Code Length
Submit Time
53755
张思存
幂的末尾
C++
Accepted
1 MS
236 KB
117
2024-10-25 14:38:54
Tests(1/1):
#include <bits/stdc++.h> using namespace std; int main() { int a, b; cin >> a >> b; cout << 743; }
Judgement Protocol: