#46700: c++ speed


c84327515@gmail.com (Neil Lin)


#include <iostream>
int main(){
    std::ios::sync_with_stdio(0);
    std::cout << "hello, world";
    return 0;
}