Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
115362 | 王镜铭 | 07今天很热 | C++ | Wrong Answer | 0 MS | 268 KB | 134 | 2025-03-30 12:47:43 |
#include<bits/stdc++.h> using namespace std; int main(){ int a; if(a>30)cout<<"hot"; else if(a<30)cout<<"cold"; return 0; }
------Input------
50
------Answer-----
hot
------Your output-----
cold