| Run ID |
作者 |
问题 |
语言 |
测评结果 |
Time |
Memory |
代码长度 |
提交时间 |
| 121919 |
田老师 |
计算a+=a |
C++ |
Wrong Answer |
1 MS |
264 KB |
101 |
2025-06-12 10:59:50 |
Tests(0/1):
Code:
#include<bits/stdc++.h>
using namespace std;
int main(){
int a;
cout<<a*2;
return 0;
}
Run Info:
------Input------
128
------Answer-----
256
------Your output-----
0