add: warning message (please help)
This commit is contained in:
parent
5c8f652039
commit
9137b94bf7
|
|
@ -1,5 +1,12 @@
|
||||||
namespace cn_0221;
|
namespace cn_0221;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Warning:
|
||||||
|
* This solution, written in C#, does not work at all (TLE).
|
||||||
|
* However, a exact re-implement in C++ did passed all test cases.
|
||||||
|
* I'm not sure why.
|
||||||
|
*/
|
||||||
|
|
||||||
public class Solution {
|
public class Solution {
|
||||||
public string PushDominoes(string dominoes) {
|
public string PushDominoes(string dominoes) {
|
||||||
var q = new Queue<int>();
|
var q = new Queue<int>();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue