mirror of
https://github.com/wczffl-503/OI-Codes.git
synced 2025-07-08 02:13:51 +08:00
Update: Rename folder name to XSMOJ
This commit is contained in:
15
XSMOJ/找嫌疑犯1.cpp
Normal file
15
XSMOJ/找嫌疑犯1.cpp
Normal file
@ -0,0 +1,15 @@
|
||||
#include <iostream>
|
||||
#include <iomanip>
|
||||
#include <cstring>
|
||||
#include <cstdio>
|
||||
#include <ctime>
|
||||
using namespace std;
|
||||
int main(){
|
||||
char a[100]={"I AK IOI"};
|
||||
int b;
|
||||
cin >>b;
|
||||
for(int i=1;i<=b;i++){
|
||||
cout <<a<<" ";
|
||||
}
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user