code-executor 2.7.0

A library designed for the backend of competitive programming platforms
Documentation
1
2
3
4
5
6
7
#include <bits/stdc++.h>

using namespace std;

int main() {
    while(true) {}
}