結果
問題 | No.224 文字列変更(easy) |
ユーザー |
|
提出日時 | 2016-09-16 16:10:16 |
言語 | D (dmd 2.109.1) |
結果 |
AC
|
実行時間 | 2 ms / 5,000 ms |
コード長 | 351 bytes |
コンパイル時間 | 756 ms |
コンパイル使用メモリ | 135,376 KB |
実行使用メモリ | 6,944 KB |
最終ジャッジ日時 | 2024-06-12 04:29:22 |
合計ジャッジ時間 | 1,568 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 22 |
ソースコード
import std.algorithm, std.array, std.container, std.range, std.bitmanip;import std.numeric, std.math, std.bigint, std.random, core.bitop;import std.string, std.regex, std.conv, std.stdio, std.typecons;void main(){auto n = readln.chomp.to!size_t;auto s = readln.chomp;auto t = readln.chomp;writeln(s.zip(t).count!("a[0] != a[1]"));}