猫史档案馆


问题啊啊啊啊啊

用户:_花开富贵__花开富贵_查看:3 回复:3 评论:3 创建时间:2022-09-25T11:22:18


请问在首页自荐问卷上自荐能有用吗,急,

#include<bits/stdc++.h>

int main(){

while(1){
printf("回答我!!");

}


}

在线等


回复

上一页1 页 / 共 1下一页
NUTKINGCALLNUTKINGCALL

没用

点赞0


评论


NUTKINGCALLNUTKINGCALL

你编译的时候就会把所有这些头文件的内容全都复制到你的源文件 //C++includesusedforprecompiling-*-C++-*- //Copyright(C)2003-2018FreeSoftwareFoundation,Inc. // //ThisfileispartoftheGNUISOC++Library.Thislibraryisfree //software;youcanredistributeitand/ormodifyitunderthe //termsoftheGNUGeneralPublicLicenseaspublishedbythe //FreeSoftwareFoundation;eitherversion3,or(atyouroption) //anylaterversion. //Thislibraryisdistributedinthehopethatitwillbeuseful, //butWITHOUTANYWARRANTY;withouteventheimpliedwarrantyof //MERCHANTABILITYorFITNESSFORAPARTICULARPURPOSE.Seethe //GNUGeneralPublicLicenseformoredetails. //UnderSection7ofGPLversion3,youaregrantedadditional //permissionsdescribedintheGCCRuntimeLibraryException,version //3.1,aspublishedbytheFreeSoftwareFoundation. //YoushouldhavereceivedacopyoftheGNUGeneralPublicLicenseand //acopyoftheGCCRuntimeLibraryExceptionalongwiththisprogram; //seethefilesCOPYING3andCOPYING.RUNTIMErespectively.Ifnot,see //<http://www.gnu.org/licenses/>. /**@filestdc++.h *Thisisanimplementationfileforaprecompiledheader. */ //17.4.1.2Headers //C #ifndef_GLIBCXX_NO_ASSERT #include<cassert> #endif #include<cctype> #include<cerrno> #include<cfloat> #include<ciso喵6> #include<climits> #include<clocale> #include<cmath> #include<csetjmp> #include<csignal> #include<cstdarg> #include<cstddef> #include<cstdio> #include<cstdlib> #include<cstring> #include<ctime> #if__cplusplus>=201103L #include<ccomplex> #include<cfenv> #include<cinttypes> #include<cstdalign> #include<cstdbool> #include<cstdint> #include<ctgmath> #include<cuchar> #include<cwchar> #include<cwctype> #endif //C++ #include<algorithm> #include<bitset> #include<complex> #include<deque> #include<exception> #include<fstream> #include<functional> #include<iomanip> #include<ios> #include<iosfwd> #include<iostream> #include<istream> #include<iterator> #include<limits> #include<list> #include<locale> #include<map> #include<memory> #include<new> #include<numeric> #include<ostream> #include<queue> #include<set> #include<sstream> #include<stack> #include<stdexcept> #include<streambuf> #include<string> #include<typeinfo> #include<utility> #include<valarray> #include<vector> #if__cplusplus>=201103L #include<array> #include<atomic> #include<chrono> #include<codecvt> #include<condition_variable> #include<forward_list> #include<future> #include<initializer_list> #include<mutex> #include<random> #include<ratio> #include<regex> #include<scoped_allocator> #include<system_error> #include<thread> #include<tuple> #include<typeindex> #include<type_traits> #include<unordered_map> #include<unordered_set> #endif #if__cplusplus>=201402L #include<shared_mutex> #endif #if__cplusplus>=201703L #include<charconv> #include<filesystem> #endif

点赞0


评论


NUTKINGCALLNUTKINGCALL

center_image上面的是我只include cstdio的,下面是stdc++.h的

center_image

点赞0


评论