为孩子注入编程算法基因
Toggle navigation
Home
AIAssistant
Problems
Status
Rating
Group
Barrier
Contests
Wiki
Login
Home
Status
56143
Run ID
Author
Problem
Lang
Verdict
Time
Memory
Code Length
Submit Time
56143
许兴平
A+B问题
C++
Accepted
0 MS
248 KB
110
2024-11-09 14:41:30
Tests(1/1):
#include<iostream> using namespace std; int a,b; int main(){ cin>>a>>b; cout<<a+b<<endl; return 0; }
Judgement Protocol: