2019-03-01から1ヶ月間の記事一覧

Microsoft Q# Coding Contest - Winter 2019 - その4

今回はC1からです。 MathJax.Hub.Config({ tex2jax: { inlineMath: [["$","$"] ], displayMath: [ ['$$','$$'], ["\\[","\\]"] ] } }); $$ \def\bra#1{\mathinner{\left\langle{#1}\right|}} \def\ket#1{\mathinner{\left|{#1}\right\rangle}} \def\braket#1…

Microsoft Q# Coding Contest - Winter 2019 - その3

前回の続きでB1からになります。 MathJax.Hub.Config({ tex2jax: { inlineMath: [["$","$"] ], displayMath: [ ['$$','$$'], ["\\[","\\]"] ] } }); $$ \def\bra#1{\mathinner{\left\langle{#1}\right|}} \def\ket#1{\mathinner{\left|{#1}\right\rangle}} \…

Microsoft Q# Coding Contest - Winter 2019 - その2

MathJax.Hub.Config({ tex2jax: { inlineMath: [["$","$"] ], displayMath: [ ['$$','$$'], ["\\[","\\]"] ] } }); 前回与太話だけで終わってしまったので、今回はちゃんと解説していきます。 $$ \def\bra#1{\mathinner{\left\langle{#1}\right|}} \def\ket#…

Microsoft Q# Coding Contest - Winter 2019

去年の夏に第一回が行われた、マイクロソフトによるQ#のプログラミングコンテストが再びやってきました。 個人的に凄く楽しかったので、次回があると良いなあと勝手に期待していたのですが、案外早くやってきてくれて嬉しいです。 codeforces.com 2018夏とタ…