제출 #262609

#제출 시각아이디문제언어결과실행 시간메모리
262609davooddkareshki회문 (APIO14_palindrome)C++17
0 / 100
2 ms1288 KiB
#include<bits/stdc++.h>

using namespace std;

typedef long long ll;
typedef long double ld;

#define int long long
#define F first 
#define S second 
#define pii pair<int,int>
#define mpr make_pair

const int maxn = 6010;
//const ll inf = 1e18+10;
const int mod = 1e9+7;
const int inf = 1e9+10;

signed main()
{
        ios_base::sync_with_stdio(false); cin.tie(0); cout.tie(0);
		string s; cin>> s;
  		cout<< 4;
}
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...