結果
問題 |
No.671 1000000007
|
ユーザー |
|
提出日時 | 2018-06-25 15:15:44 |
言語 | C (gcc 13.3.0) |
結果 |
AC
|
実行時間 | 2 ms / 2,000 ms |
コード長 | 190 bytes |
コンパイル時間 | 107 ms |
コンパイル使用メモリ | 28,032 KB |
実行使用メモリ | 6,944 KB |
最終ジャッジ日時 | 2024-06-30 22:38:40 |
合計ジャッジ時間 | 664 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 9 |
ソースコード
#include <stdio.h> #include <string.h> #include <stdlib.h> int main(void){ char str[12]; scanf("%s",str); printf("%d\n",abs(strlen(str) - strlen("1000000007"))); }