結果
問題 | No.224 文字列変更(easy) |
ユーザー |
![]() |
提出日時 | 2016-02-24 11:11:10 |
言語 | D (dmd 2.109.1) |
結果 |
AC
|
実行時間 | 1 ms / 5,000 ms |
コード長 | 259 bytes |
コンパイル時間 | 1,040 ms |
コンパイル使用メモリ | 137,472 KB |
実行使用メモリ | 5,376 KB |
最終ジャッジ日時 | 2024-06-12 03:03:12 |
合計ジャッジ時間 | 1,593 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 22 |
ソースコード
import std.stdio,std.conv,std.string,std.range,std.math,std.algorithm;void main(){auto n = readln.strip.to!int;auto S = readln.strip;auto T = readln.strip;zip(S, T).count!"a[0]!=a[1]".writeln;}