182962025-10-18 01:10:36lalalaFöldönkívüli ABCcpp17Wrong answer 0/1004ms316 KiB
// NOTE: it is recommended to use this even if you don't understand the following code.

#include <fstream>
#include <iostream>
//#include <vector>

using namespace std;

int main() {
  // uncomment the following lines if you want to read/write from files
  // ifstream cin("input.txt");
  // ofstream cout("output.txt");
  
  int T;
  cin >> T;
  
  for (int ii = 0; ii < T; ii++) {
    string S;
    cin >> S;
    
    // insert your code here
    
    
    
    cout << "-1" << '\n'; // print the result
  }
  return 0;
}
SubtaskSumTestVerdictTimeMemory
subtask10/0
1Wrong answer1ms316 KiB
subtask20/7
2Wrong answer1ms316 KiB
subtask30/11
3Wrong answer1ms316 KiB
4Wrong answer1ms316 KiB
5Wrong answer1ms316 KiB
subtask40/13
6Wrong answer1ms316 KiB
7Wrong answer3ms316 KiB
8Wrong answer3ms316 KiB
subtask50/17
9Wrong answer1ms316 KiB
10Wrong answer1ms316 KiB
11Wrong answer1ms316 KiB
12Wrong answer3ms316 KiB
13Wrong answer3ms316 KiB
14Wrong answer3ms316 KiB
15Wrong answer3ms316 KiB
subtask60/23
16Wrong answer1ms316 KiB
17Wrong answer3ms316 KiB
18Wrong answer3ms316 KiB
19Wrong answer4ms316 KiB
20Wrong answer3ms316 KiB
21Wrong answer3ms316 KiB
subtask70/29
22Wrong answer1ms316 KiB
23Wrong answer1ms316 KiB
24Wrong answer1ms316 KiB
25Wrong answer1ms316 KiB
26Wrong answer3ms316 KiB
27Wrong answer3ms316 KiB
28Wrong answer3ms316 KiB
29Wrong answer3ms316 KiB
30Wrong answer4ms316 KiB
31Wrong answer3ms316 KiB
32Wrong answer3ms316 KiB
33Wrong answer3ms316 KiB
34Wrong answer3ms316 KiB
35Wrong answer4ms316 KiB
36Wrong answer3ms316 KiB