为孩子注入编程算法基因
Toggle navigation
Home
AIAssistant
Problems
Status
Rating
Group
Barrier
Contests
Wiki
Login
Home
Status
69692
Run ID
Author
Problem
Lang
Verdict
Time
Memory
Code Length
Submit Time
69692
sh25_wuyy
计算(a+b)/c的值
C++
Accepted
0 MS
236 KB
109
2025-10-11 15:48:46
Tests(1/1):
#include<iostream> using namespace std; int main() { cout <<(1+1)/3<< endl; return 0; }
Judgement Protocol: