程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
您现在的位置: 程式師世界 >> 編程語言 >  >> 更多編程語言 >> Python

[Python implementation of Huawei machine test] happy weekend

編輯:Python

List of articles

  • Preface
  • Title Description
  • Example 1
  • Example 2
  • Reference code


Preface

《 Huawei machine test real problem 》 The column includes Huawei column of niuke.com 、 Huawei test questions 、 Huawei OD Real problem of machine test .

If you are preparing for Huawei's interview , If you want to know something, you can send me a private letter , I will try my best to help you , I can also give you some suggestions !

This paper solves the non optimal solution ( Non optimal performance ).

Title Description

Xiaohua and Xiaowei are very good friends , They agreed to have dinner together on weekends and communicate through mobile phones , They chose several places for dinner on the map ( Due to natural terrain and other reasons , Some dining places are inaccessible ), How many dining places can Xiaohua and Xiaowei reach ?

Input description :
First line input m and n,m Represents the length of the map ,n Represents the width of the map .
The second line starts to input the map information , The map information contains :
0 For a smooth road
1 For obstacles ( Dan only 1 For obstacles )
2 For Xiaohua or Xiaowei , There must be and only 2 individual ( No obstacles )
3 For the selected gathering place ( No obstacles )

Special reminder !!!!
Be careful 1: Machine test AC


  1. 上一篇文章:
  2. 下一篇文章:
Copyright © 程式師世界 All Rights Reserved