Microsoft Q# Coding Contest - Winter 2019

Solutions are presented as using the least memory and the fastest execution time. It also takes the top 10 most recent solutions from each language. If you want to limit to a specific index, click the "Solved" button and go to that problem.

ContestId
Name
Phase
Frozen
Duration (Seconds)
Relative Time
Start Time
1116 Microsoft Q# Coding Contest - Winter 2019 FINISHED False 259200 180363599 March 1, 2019, 5 p.m.

Problems

Solved$
Index
Name
Type
Tags
Community Tag
Rating
( 133 ) B1 Distinguish three-qubit states PROGRAMMING

B'You are given 3 qubits which are guaranteed to be in one of the two states: Your task is to perform necessary operations and measurements to figure out which state it was and to return 0 if it was | psi_0 rangle state or 1 if it was | psi_1 rangle state. The state of the qubits after the operations does not matter. You have to implement an operation which takes an array of 3 qubits as an input and returns an integer. Your code should have the following signature: '...

Tutorials

Contest editorial

Submissions

Submission Id
Author(s)
Index
Submitted
Verdict
Language
Test Set
Tests Passed
Time taken (ms)
Memory Consumed (bytes)
Tags
Rating
50682253 cfk B1 March 2, 2019, 12:02 p.m. OK Q# TESTS 1 202 614400
50702791 ludo B1 March 2, 2019, 11:59 p.m. OK Q# TESTS 1 202 716800
50697102 tmwilliamlin168 B1 March 2, 2019, 6:44 p.m. OK Q# TESTS 1 217 512000
50672740 Harnel B1 March 2, 2019, 7:51 a.m. OK Q# TESTS 1 217 716800
50670176 jerry B1 March 2, 2019, 6:35 a.m. OK Q# TESTS 1 217 716800
50791821 m4h B1 March 4, 2019, 4:06 p.m. OK Q# TESTS 1 217 819200
50739908 cirpis B1 March 3, 2019, 2:50 p.m. OK Q# TESTS 1 218 512000
50738061 Ztrk B1 March 3, 2019, 1:51 p.m. OK Q# TESTS 1 233 512000
50665778 arccosh B1 March 2, 2019, 4:02 a.m. OK Q# TESTS 1 233 512000
50761874 verngutz B1 March 3, 2019, 7:57 p.m. OK Q# TESTS 1 233 716800

remove filters

Back to search problems