mirror of
https://github.com/Kiritow/OJ-Problems-Source.git
synced 2024-03-22 13:11:29 +08:00
Create 1903.cpp
This commit is contained in:
parent
c5044d9c6b
commit
dc23499004
41
QUSTOJ/1903.cpp
Normal file
41
QUSTOJ/1903.cpp
Normal 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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user