Shukhobod
Shukhobod (Russian: Шухободь) is a rural locality (a selo) in Abakanovskoye Rural Settlement, Cherepovetsky District, Vologda Oblast, Russia. The population was 1,542 as of 2002.[2] There are 4 streets.
Shukhobod Шухободь | |
---|---|
Selo | |
Shukhobod Shukhobod | |
Coordinates: 59°13′N 37°42′E[1] | |
Country | Russia |
Region | Vologda Oblast |
District | Cherepovetsky District |
Time zone | UTC+3:00 |
Geography
The distance to Cherepovets is 33 km, to Abakanovo is 10 km. Botilo is the nearest rural locality.
gollark: See, it was too fast, it overflowed.
gollark: tio!debug
gollark: This is ultrahyperfast***.
gollark: ```ruststruct Fib1 { cache: Vec<u128>}impl Iterator for Fib1 { type Item = u128; fn next(&mut self) -> Option<Self::Item> { let n = self.cache.len(); let next = self.cache[n - 1] + self.cache[n - 2]; self.cache.push(next); Some(next) }}fn fib1() -> Fib1 { Fib1 { cache: vec![0, 1] } }fn main() { for n in fib1() { print!("{} ", n); }}```
gollark: Okay.
References
- Карта Череповецкого района Вологодской области
- Данные переписи 2002 года: таблица 2С. М.: Федеральная служба государственной статистики, 2004.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.