問題3-6
次のコードを実行した結果として正しいものを選択してください。(1つ選択)
if(strcmp("54321", "6789") > 0){
  print "Over";
}else{
  print "Under";
}