回答編集履歴
1
訂正
answer
CHANGED
@@ -1,3 +1,3 @@
|
|
1
1
|
```PHP
|
2
|
-
printf("%
|
2
|
+
printf("%010d", mt_rand(0,9999999999));
|
3
3
|
```
|