| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1357254 | mahriban | Dark Ride (EGOI25_darkride) | C++20 | 0 ms | 412 KiB |
#include<bits/stdc++.h>
using namespace std;
int main(){
int N;
cin >> N;
if (N == 3){
cout << "? 110\n";
int k;
cin >> k;
if (k == 2){cout << "! 0 1\n";return 0;}
cout << "? 101\n";
cin >> k;
if (k == 2){cout << "! 0 2\n";return 0;}
else cout << "! 1\n";
}
}| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
