能AC的最短代码(正规代码)
查看原帖
能AC的最短代码(正规代码)
1049033
luogu_00楼主2024/12/8 21:12
#include<bits/stdc++.h>
main(){int x;std::cin>>x;std::cout<<"I am "<<x<<" years old.";return 0;}

正规代码:使用 using namespace std; 的代码更长,因为这里只有 cincout 要用 std::

2024/12/8 21:12
加载中...