Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
4833 陆若涵 07今天很热 C++ Wrong Answer 0 MS 256 KB 169 2024-09-21 20:15:39

Tests(0/2):


Code:

#include <iostream> using namespace std; int main(){ int s; cin>>s; if (s>30){ cout<<"今天天气很热"; } else{ cout<<"今天天气不是很热"; } }


Run Info:

------Input------
50
------Answer-----
hot
------Your output-----
今天天气很热