結果
問題 |
No.671 1000000007
|
ユーザー |
![]() |
提出日時 | 2020-07-24 12:10:54 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 170 bytes |
コンパイル時間 | 638 ms |
コンパイル使用メモリ | 67,584 KB |
実行使用メモリ | 5,376 KB |
最終ジャッジ日時 | 2024-06-24 23:04:36 |
合計ジャッジ時間 | 1,184 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 WA * 1 |
other | AC * 3 WA * 6 |
ソースコード
#include <iostream> #include <cmath> int main(void){ std::string a; std::cin >> a; std::string s={"1000000007"}; std::cout << a.length()-s.length() <<std::endl; }