結果
| 問題 |
No.2600 Avator Height
|
| コンテスト | |
| ユーザー |
amentorimaru
|
| 提出日時 | 2023-10-25 19:29:50 |
| 言語 | C++17(clang) (17.0.6 + boost 1.87.0) |
| 結果 |
WA
(最新)
AC
(最初)
|
| 実行時間 | - |
| コード長 | 116 bytes |
| コンパイル時間 | 1,287 ms |
| コンパイル使用メモリ | 117,888 KB |
| 実行使用メモリ | 5,376 KB |
| 最終ジャッジ日時 | 2024-09-26 23:56:53 |
| 合計ジャッジ時間 | 3,561 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 1 |
| other | WA * 25 |
ソースコード
#include<iostream>
#include<string>
using namespace std;
int main(){
string n;
cin>>n;
cout<<-4+8*(n.back()&1);
}
amentorimaru