답안 #262609

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
262609 2020-08-13T05:16:24 Z davooddkareshki 회문 (APIO14_palindrome) C++17
0 / 100
2 ms 1288 KB
#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;
}
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 384 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 384 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 384 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 640 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 2 ms 1288 KB Output isn't correct
2 Halted 0 ms 0 KB -