Submission #890610
Source Code Expand
#include<cstdio>
#include<map>
#include<cassert>
#include<functional>
#include<string>
#include<cassert>
#include<algorithm>
#include<cmath>
#include<cstring>
#include<queue>
using namespace std;
typedef long long ll;
const int MOD(1e9+7);
int n;
int main()
{
char s[1000];
scanf("%s", s);
char *t = s, *u = s + 4;
char q = s[4];
s[4] = 0;
printf("%s ", t);
s[4] = q;
printf("%s\n", u);
return 0;
}
Submission Info
| Submission Time | |
|---|---|
| Task | A - CODEFESTIVAL 2016 |
| User | kcy1019 |
| Language | C++14 (GCC 5.4.1) |
| Score | 100 |
| Code Size | 436 Byte |
| Status | AC |
| Exec Time | 1 ms |
| Memory | 128 KiB |
Compile Error
./Main.cpp: In function ‘int main()’:
./Main.cpp:19:16: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
scanf("%s", s);
^
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 100 / 100 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | 0_00.txt, 0_01.txt, 0_02.txt |
| All | 0_00.txt, 0_01.txt, 0_02.txt, 1_00.txt, 1_01.txt, 1_02.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 0_00.txt | AC | 1 ms | 128 KiB |
| 0_01.txt | AC | 1 ms | 128 KiB |
| 0_02.txt | AC | 1 ms | 128 KiB |
| 1_00.txt | AC | 1 ms | 128 KiB |
| 1_01.txt | AC | 1 ms | 128 KiB |
| 1_02.txt | AC | 1 ms | 128 KiB |