| # | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
|---|---|---|---|---|---|---|---|
| 1294086 | zahra_ | 괄호 문자열 (CEOI16_match) | C++20 | 0 ms | 332 KiB |
#include <bits/stdc++.h>
using namespace std;
#define ll long long
int main(){
string s;
cin >> s;
if(s.size() % 2 != 0){
cout << -1 << endl;
return 0;
}
}
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
