#46700: c++ speed


c84327515@gmail.com (Neil Lin)

學校 : 福營國中
編號 : 303257
來源 : [61.230.125.137]
最後登入時間 :
2025-09-21 21:44:54

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