Run ID:137201

提交时间:2025-11-16 16:09:32

#include<iostream> // cin\cout\endl #include<cstdio> //scanf()\printf() #include<cstring> // strcpy()\strcat()\strcmp()\strlen()\memset() #include<cmath> //sqrt()\pow()\abs()\ceil()\floor()\max()\min() using namespace std; int sum(int x,int y){ for(int x;x<=y;x++) } int main(){ int a,b; return 0; } cout<<x;