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
( 312 ) G2 OR oracle PROGRAMMING *special 2200

B'Implement a quantum oracle on N qubits which implements the following function: f( vec{x}) = x_0 vee x_1 vee ... b vee 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
50620108 mareksom G2 March 1, 2019, midnight OK Q# TESTS 8 264 6348800 2200
50331031 ayame G2 Feb. 22, 2019, 6:33 p.m. OK Q# TESTS 8 264 6348800 2200
59516851 square1001 G2 Aug. 26, 2019, 10:28 a.m. OK Q# TESTS 8 280 6348800 2200
50476044 sintax_eror G2 Feb. 25, 2019, 6:02 a.m. OK Q# TESTS 8 280 6348800 2200
50475399 YPe6WjJ4FR G2 Feb. 25, 2019, 5:36 a.m. OK Q# TESTS 8 280 6348800 2200
50414382 shiuang G2 Feb. 24, 2019, 5:38 a.m. OK Q# TESTS 8 280 6348800 2200
50327678 Rpd-Strike G2 Feb. 22, 2019, 5:14 p.m. OK Q# TESTS 8 280 6348800 2200
50614425 quuu G2 Feb. 28, 2019, 6:40 p.m. OK Q# TESTS 8 295 6348800 2200
50468607 aabzac G2 Feb. 24, 2019, 9:42 p.m. OK Q# TESTS 8 295 6348800 2200
50429522 Country_whistler G2 Feb. 24, 2019, 1:18 p.m. OK Q# TESTS 8 295 6348800 2200

remove filters

Back to search problems