結果
| 問題 |
No.671 1000000007
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2018-05-03 19:56:01 |
| 言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 206 bytes |
| コンパイル時間 | 492 ms |
| コンパイル使用メモリ | 63,488 KB |
| 実行使用メモリ | 5,376 KB |
| 最終ジャッジ日時 | 2024-06-28 00:48:20 |
| 合計ジャッジ時間 | 1,045 ms |
|
ジャッジサーバーID (参考情報) |
judge4 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 3 |
| other | WA * 9 |
ソースコード
#include <iostream>
#include <string>
using namespace std;
int main() {
string moto = "1000000007";
string s;
cin >> s;
int a, b;
a = sizeof(moto);
b = sizeof(s);
cout << b - a << endl;
return 0;
}