Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
51391 | fengxiaohang | A+B问题 | C++ | Compile Error | 0 MS | 0 KB | 245 | 2024-09-21 16:56:49 |
#include<iostream> using namespace std; int main() { int kickyourhead; cout<<"输入1:"; cin>>kickyourhead; int kickmyhead; cout<<"输入2:"; cin>>kickmyhead; cout<<"输出1:"<<kickyourhead+kickmyhead<<endl;