結果

提出番号 300
提出者 hystyl243
言語 C++
提出日時 2017-07-15 14:25:25
問題名 (17)文章読み上げ
結果 CE
点数 0%

テストケース

テストケース 結果 得点 実行時間 メモリ使用量
1 CE 0% 0ms 0KB
2 CE 0% 0ms 0KB
3 CE 0% 0ms 0KB
4 CE 0% 0ms 0KB
5 CE 0% 0ms 0KB
6 CE 0% 0ms 0KB
7 CE 0% 0ms 0KB

ソースコード

#include "iostream"
#include "string"
using namespace std;
int main()
{
      int x
      cin >> x;
      if(x % 2 ==1)
       cout << "Odd" << endl;
}else{
	cout << "Even" << endl;
}