Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
55283 | zhangweiran | 根据x值,求y值 | Python3 | Compile Error | 0 MS | 0 KB | 118 | 2024-11-04 21:02:07 |
#include<iostream> using namespace std; int main() { int x; cin>>x; cout<<(3*x-5); return 0; }