Microsoft Q# Coding Contest - Winter 2019 - Warmup

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
1115 Microsoft Q# Coding Contest - Winter 2019 - Warmup FINISHED False 259200 180968399 Feb. 22, 2019, 5 p.m.

Problems

Solved$
Index
Name
Type
Tags
Community Tag
Rating
( 389 ) G1 AND oracle PROGRAMMING *special 2200

B'Implement a quantum oracle on N qubits which implements the following function: f( vec{x}) = x_0 wedge x_1 wedge ... b wedge x_{N-1} You have to implement an operation which takes the following inputs: and performs a transformation |x rangle|y rangle rightarrow |x rangle|y oplus f(x) rangle . The operation doesn 't have an output; its "output" is the state in which it leaves the qubits. Your code should have the following signature: '...

Tutorials

Warmup editorial

Submissions

Submission Id
Author(s)
Index
Submitted
Verdict
Language
Test Set
Tests Passed
Time taken (ms)
Memory Consumed (bytes)
Tags
Rating
50482856 iakovlev.zakhar G1 Feb. 25, 2019, 9:59 a.m. OK Q# TESTS 8 186 6348800 2200
51048802 twrdy G1 March 8, 2019, 7:53 p.m. OK Q# TESTS 8 202 6348800 2200
50641593 cirpis G1 March 1, 2019, 2:09 p.m. OK Q# TESTS 8 202 6348800 2200
50631131 CHelle G1 March 1, 2019, 9:12 a.m. OK Q# TESTS 8 202 6348800 2200
50593097 TheNextJojo G1 Feb. 28, 2019, 8:37 a.m. OK Q# TESTS 8 202 6348800 2200
50475299 YPe6WjJ4FR G1 Feb. 25, 2019, 5:31 a.m. OK Q# TESTS 8 202 6348800 2200
50429982 HCPS42 G1 Feb. 24, 2019, 1:31 p.m. OK Q# TESTS 8 202 6348800 2200
50410697 phirasit G1 Feb. 24, 2019, 2:16 a.m. OK Q# TESTS 8 202 6348800 2200
50403825 nafiz6 G1 Feb. 23, 2019, 7:30 p.m. OK Q# TESTS 8 202 6348800 2200
50402863 874651 G1 Feb. 23, 2019, 7:02 p.m. OK Q# TESTS 8 202 6348800 2200

remove filters

Back to search problems