为孩子注入编程算法基因
Toggle navigation
Home
AIAssistant
Problems
Status
Rating
Group
Barrier
Contests
Wiki
Login
Home
Status
37678
Run ID
Author
Problem
Lang
Verdict
Time
Memory
Code Length
Submit Time
37678
奚晨瑞
根据x值,求y值
C++
Accepted
1 MS
248 KB
118
2024-01-22 17:18:28
Tests(1/1):
#include<iostream> using namespace std; int main() { int x; cin>>x; cout<<(3*x-5); return 0; }
Judgement Protocol: