为孩子注入编程算法基因
Toggle navigation
Home
AIAssistant
Problems
Status
Rating
Group
Barrier
Contests
Wiki
Login
Home
Status
30147
Run ID
Author
Problem
Lang
Verdict
Time
Memory
Code Length
Submit Time
30147
lmz120809
输出第二个整数
C++
Accepted
0 MS
240 KB
109
2023-11-04 14:16:01
Tests(1/1):
#include<iostream> using namespace std; int main() { int a=123 ,b=456 ,c=789 ; cout<<b; return 0; }
Judgement Protocol: