QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#735605#9570. Binary Treewifi32767WA 1ms3576kbC++20381b2024-11-11 20:55:232024-11-11 20:55:24

Judging History

你现在查看的是最新测评结果

  • [2024-11-11 20:55:24]
  • 评测
  • 测评结果:WA
  • 用时:1ms
  • 内存:3576kb
  • [2024-11-11 20:55:23]
  • 提交

answer

#include<bits/stdc++.h>
using namespace std;
// #define endl '\n'
using ll = long long;
const int MAX = 3e5 + 5;

void solve(){
    for (int i = 0; i < 100; i ++) cout << "? 1 2" << endl;
    cout << "! 2" << endl;
}
signed main(){
    // ios::sync_with_stdio(0);cin.tie(0);
    // cout << fixed << setprecision(10);
    int T;cin>>T;while (T--)
        solve();
}

詳細信息

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3576kb

input:

2
5
0 0
1 5
2 4
0 0
0 0
2
2

output:

? 1 2
? 1 2
? 1 2
? 1 2
? 1 2
? 1 2
? 1 2
? 1 2
? 1 2
? 1 2
? 1 2
? 1 2
? 1 2
? 1 2
? 1 2
? 1 2
? 1 2
? 1 2
? 1 2
? 1 2
? 1 2
? 1 2
? 1 2
? 1 2
? 1 2
? 1 2
? 1 2
? 1 2
? 1 2
? 1 2
? 1 2
? 1 2
? 1 2
? 1 2
? 1 2
? 1 2
? 1 2
? 1 2
? 1 2
? 1 2
? 1 2
? 1 2
? 1 2
? 1 2
? 1 2
? 1 2
? 1 2
? 1 2
? 1 2
? 1 2
...

result:

wrong answer Too many queries (test case 1)