Cod sursa(job #3241081)

Utilizator stefdascalescuStefan Dascalescu stefdascalescu Data 25 august 2024 22:48:17
Problema A+B Scor 0
Compilator cpp-64 Status done
Runda Arhiva de probleme Marime 0.25 kb
#include <bits/stdc++.h>
using namespace std;

void solve() {
    
}

int main() {
    
    ios_base::sync_with_stdio(false);
    cin.tie(NULL);
    
    int t;
    cin >> t;
    
    while (t--) {
        solve();
    }
    return 0;
}