比比谁更短
查看原帖
比比谁更短
986836
Jeeff楼主2024/11/22 13:18
#include<bits/stdc++.h>
using namespace std;
int main()
{
    cout<<9;
}
#include<iostream>
int main()
{
    std::cout<<9;
}
main()
{
    puts("9");
}
9
2024/11/22 13:18
加载中...