restructure zeta/** to storage/zeta/**
This commit is contained in:
13
storage/zeta/cpp/completed/9086.cpp
Normal file
13
storage/zeta/cpp/completed/9086.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#include <iostream>
|
||||
|
||||
int main() {
|
||||
int N;
|
||||
std::string s;
|
||||
std::cin >> N;
|
||||
|
||||
for (int i = 0; i < N; i++) {
|
||||
std::cin >> s;
|
||||
std::cout << s[0] << s.back() << std::endl;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user