#include<bits/stdc++.h>
usingnamespacestd;
main()
{
int a=3,b=5,c;
a++;
--b;
c=a*b;
cout<<c;
return0;
}
c=a;
while( a%c || b%c ){
c=c-1;
cout<<c<<endl;
using namespace std;
intmain( )
string s,t;
int pos;
s="abcababc";
t="abc";
pos=s.find(t,2);
cout<<poSj
Return0;
for( int i=0; i<n; i++ ){
for( int j=1; j<=m; j++){
s=s+j;
long long f( int n ){
if(n==1)return 0;
if(n==2)return 1;
return f(n-1)+f(n-2);
评价对象得分