Create 1903.cpp

pull/45/head
Kirigaya Kazuto 2016-12-07 18:50:13 +08:00 committed by GitHub
parent c5044d9c6b
commit dc23499004
1 changed files with 41 additions and 0 deletions

41
QUSTOJ/1903.cpp Normal file
View File

@ -0,0 +1,41 @@
/**
Mother Fuck to the one who made this problem!!!!
Mother Fuck to the one who made this problem!!!!
Mother Fuck to the one who made this problem!!!!
Mother Fuck to the one who made this problem!!!!
Mother Fuck to the one who made this problem!!!!
Mother Fuck to the one who made this problem!!!!
Mother Fuck to the one who made this problem!!!!
Mother Fuck to the one who made this problem!!!!
Mother Fuck to the one who made this problem!!!!
Mother Fuck to the one who made this problem!!!!
*/
/// I am a DOG ~
#include <iostream>
#include <string>
using namespace std;
#define A1 int
#define A2 n
#define A3 string
#define A4 a
#define A5 b
#define A6 cin
#define A7 cout
#define A8(x) while(x--)
A1 main()
{
A1 A2;
A3 A4,A5;
A6>>A2;
A8(A2)
{
A6>>A4>>A5;
A7<<(A1)A4.find(A5)<<endl;
}
return 0;
}