日韩精品一区二区三区高清_久久国产热这里只有精品8_天天做爽夜夜做爽_一本岛在免费一二三区

合肥生活安徽新聞合肥交通合肥房產生活服務合肥教育合肥招聘合肥旅游文化藝術合肥美食合肥地圖合肥社保合肥醫院企業服務合肥法律

代做1CWK100、代寫C/C++程序語言

時間:2024-04-05  來源:合肥網hfw.cc  作者:hfw.cc 我要糾錯



Programming Languages and Paradigms
1
ASSESSMENT COVER SHEET
Unit Code and Title:
(6G6Z0041_2**4_9FHU): Programming Languages and
Paradigms
Assessment Set By: Dr Peter Ankomah
Assessment ID: 1CWK100
Assessment Weighting: 100%
Assessment Title: Multi-paradigmatic Solutions to a Self-Proposed Task
Type: Individual (100%)
Hand-In Deadline: Monday 8
th April 2024 - 9pm
Hand-In Format and Mechanism:
Submission is online, via Moodle.
You must submit a single zipped file containing all folders for each
programming language referred in the assignment delivery
section.
Learning outcomes being assessed:
Implement solutions to common algorithmic tasks using a range of programming
LO1: languages and paradigms.
Compare and contrast design and implementation aspects of core programming concepts
LO2: using multiple programming languages.
Note: it is your responsibility to make sure that your work is complete and available for marking by the
deadline. Make sure that you have followed the submission instructions carefully, and your work is
submitted in the correct format, using the correct hand-in mechanism (e.g., Moodle upload). If
submitting via Moodle, you are advised to check your work after upload, to make sure it has uploaded
Programming Languages and Paradigms
2
properly. If submitting via OneDrive, ensure that your tutors have access to the work. Do not alter your
work after the deadline. You should make at least one full backup copy of your work.
Penalties for late submission
The timeliness of submissions is strictly monitored and enforced.
All coursework has a late submission window of 7 calendar days, but any work submitted within the late
window will be capped at 40%, unless you have an agreed extension. Work submitted after the 7-day
late window will be capped at zero unless you have an agreed extension. See ‘Assessment Mitigation’
below for further information on extensions.
Please note that individual tutors are unable to grant extensions to assessments.
Assessment Mitigation
If there is a valid reason why you are unable to submit your assessment by the deadline you may apply
for assessment mitigation. There are two types of mitigation you can apply for via the unit area on
Moodle (in the ‘Assessments’ block on the right-hand side of the page):
• Self-certification: does not require you to submit evidence. It allows you to add a short extension
(usually, but not always, seven days) to a deadline. This is not available for event-based
assessments such as in-class tests, presentations, interviews, etc. You can apply for this extension
during the assessment weeks, and the request must be made before the submission deadline.
• Evidenced extensions requires you to provide independent evidence of a situation which has
impacted you. Allows you to apply for a longer extension and is available for event-based
assessment such as in-class test, presentations, interviews, etc. For event-based assessments, the
normal outcome is that the assessment will be deferred to the Summer resist period.
Further information about Assessment Mitigation is available on the dedicated Assessments page:
https://www.mmu.ac.uk/student-life/course/assessments#ai-6999**0
Plagiarism
Plagiarism is the unacknowledged representation of another person’s work, or use of their ideas, as one’s
own. Manchester Metropolitan University takes care to detect plagiarism, employs plagiarism detection
software, and imposes severe penalties, as outlined in the Student Code of Conduct and Regulations for
Undergraduate Programmes. Poor referencing or submitting the wrong assignment may still be treated
as plagiarism. If in doubt, seek advice from your tutor.
If you are unable to upload your work to Moodle
If you have problems submitting your work through Moodle, you can email it to the Assessment Team’s
Contingency Submission Inbox using the email address submit@mmu.ac.uk. You should say in your
email which unit the work is for and provide the name of the Unit Leader. The Assessment team will
then forward your work to the appropriate person. If you use this submission method, your work must
be emailed before the published deadline, or it will be logged as a late submission. Alternatively, you
can save your work into a single zip folder then upload the zip folder to your university OneDrive and
submit a Word document to Moodle which includes a link to the folder. It is your responsibility to make
sure you share the OneDrive folder with the Unit Leader, or it will not be possible to mark your work.
Programming Languages and Paradigms
3
Assessment Regulations
For further information see Assessment Regulations for Undergraduate/Postgraduate Programmes of
Study on the Student Life web pages.
Formative Feedback:
You are encouraged to share your work with your tutor and your peers for
discussion and feedback.
Summative Feedback:
You will receive written feedback on your work within 20 working days of
submission, in the form of a feedback sheet as shown in Appendix B.
There will also be general feedback offered to all students studying the unit.
1. Introduction
The unit is 100% coursework based, and has a single component (1CWK100), weighted at 100% of the
unit marks. In summary:
• You will propose enhancements to the tic-tac-toe program
o Solutions for this task should not be easily available online.
o Take the existing tic-tac-toe code and add some sensible variation to it.
o Your task should be personalized using some identifiable information (e.g., your full
name, or your student ID number).
• You will write Three solutions to your task, using different programming languages and
paradigms.
o Your solutions must each exhibit a range of paradigmatic features.
o Your solutions must each use a unique programming language.
• For each solution, you will provide:
o (a) the name of the language and paradigm you have used.
o (b) Screenshots of your design process, demonstrating how you created the code and
the validation process you used to ensure that it was suitable for your task
o © a short description of your programme, explaining how the code you have written
completes the task and how your programme fits the named paradigm.
• The deliverables are:
o Your uniquely proposed task description (unmarked)
o A folder containing 3 subdirectories, one per language.
o Each subfolder must contain:
▪ A text file with your code
▪ A word document or pdf documenting your design process (see Appendix A)
▪ A word document or pdf with your code explanation
▪ Assessment Overview (1CWK100)
Programming Languages and Paradigms
4
a) Enhancement to Tic-tac-toe
You should write your own task description. This should be a new task, for which there are no
solutions readily available via web search (or at worst, very few). You may base your task on an
existing task, for example by starting with that task and then adding your own elements of
specification to make the task unique.
For example, you may start with the task of developing a tic-tac-toe game. To make this unique you
could implement some additional rule, or rules to the game, such as making the board larger (e.g.,
7x7, or NxM) or implement some extra gameplay rule (e.g., you can choose to remove one of the
opponent’s O’s or X’s every 3rd turn. You should be imaginative in creating your task to ensure it is
unique to you and different to those in the rest of the class.
To further personalise your task, you should incorporate either your student ID number or your name
into the task description and code. This helps for future plagiarism detection. For example, you may
seed a random number generator with your student ID, or if your task includes some text element
then you may use your name for this (e.g., a cryptograph). You should make it clear in your task
description how the element of personalization will be done.
I am not making a limit to the difficulty or ease of the task. You should choose a difficulty level that you
feel is appropriate to your coding ability and that will set you an appropriate challenge. Solutions to
more difficult problems will likely expose more interesting features of the languages and paradigms,
leading to the opportunity to score more highly on the assessed documents. As a rough guide, your
task should be more difficult than a typical lab-exercise (e.g., fizzbuzz with the numbers changed is
probably too simple), but less difficult than a typical end of year assignment (e.g., you should not
propose to implement a full-fledged mobile app or web front end). b) Choose three different
languages
You should select three different languages to use to solve your task. These languages must be
selected from those taught during the unit. You can refer to Moodle for a full list of languages that
have been covered. The languages you choose should allow you to solve the task in a variety of
programming styles. You must use a different programming paradigm for each solution and your
choice of language should reflect this. The five programming paradigms we cover are as follows:
Imperative, Procedural, Object-Oriented, Functional, Logic. c) Create Solutions
You should write a bespoke solution in each language, conforming to a paradigm. You are allowed to
use a large language model, or copilot to aid in your programming. Please ensure that your code is
appropriately indented, well commented, and conforms to appropriate standards for the language you
are coding in (e.g., variable naming conventions, etc.). You are welcome to use the same approach to
solve the task you have designed across your three solutions; however you should design your
solutions in such a way that the specific paradigmatic features of each language you have used may be
properly showcased. d) Document Solutions
Programming Languages and Paradigms
5
You must provide two distinct documents for each language.
The first document should show your design and development process for your solution in that
language. You should include any sketches, UML diagrams, class diagrams, pseudocode or
wireframes that you create. There may be some crossover in your design work between languages,
but you should still document this for each language. As part of your design document, you should
also capture the development process that you have undertook including testing and bug-fixing. You
should include intermediary screenshots of your design process. If you use a large language model or
copilot as part of your programming, you should include screenshots of all interactions, as well as
some indication as to how you used this information and how you validated the results. This
document may be presented in a ‘scrapbook’ format and should be made mostly of images or figures
(with short connecting texts) collected during your design and implementation process.
The second document is a short paragraph (max 300 words) describing the language features that
you have used to solve the solution, and explaining how the solution conforms to the stated
paradigm. A typical solution might spend 200 words on the former and 100 words on the latter,
although this will vary from one language to another.
You should not use a language model to produce either of these documents. They will typically
produce hallucinated documentation or false reasoning for this type of task which will impede your
marks. If you do choose to use a language model you must include all interactions as screenshots as
an appendix to the specific document that they are relevant to. e) Compare Solutions
Finally, you should write a comparison of your three solutions. Your comparison should be no more
than 1000 words and should highlight similarities and differences between your solutions in each
pair of languages, especially considering the paradigms that you have conformed to. A typical
solution might spend around 150 words introducing the three languages and paradigms, then 250
words per language pair highlighting similarities and differences in approach, with 100 words
reserved for a summary conclusion. You may assume that the marker is aware of your task and has
read your design and explanation documents.
Again, you should not use a language model to produce your comparison document as they are not
suitable for this task and are likely to give incorrect answers, harming your chance to succeed. If you
do use a language model, you must include screenshots of your interactions as an appendix to your
comparison document.
2. The Submission
Your submission is via Moodle. You must submit a zip file containing a folder. The folder should have your
ID number as its name. Inside the folder you should place:
(a) a text file containing the task description you have written.
Programming Languages and Paradigms
6
(b) A word document or PDF containing a comparison of your solutions, highlighting similarities and
differences in how you used specific paradigmatic features to solve each task.
(c) 3 sub-folders. Each sub-folder should have the name of the programming language that you have
used for that solution. Inside each sub-folder you must have:
(c.1) a text file containing the code you used named LANG_code.txt, where LANG is replaced
with the language you have used.
(c.2) A Word or PDF document containing your Design documentation, named LANG_design,
where LANG is replaced with the name of the language you have used.
(c.3) A word or PDF document containing a statement of the paradigm that you have used
and your explanation of how the code you have written meets your stated paradigm. This should
be named LANG_paradigm, where LANG is replaced with the language you have used.
A sample file hierarchy is given below, Note, you are free to choose any 3 languages from the course:
• 99999999
o Task.txt
o Comparison.docx
o Python
▪ Python_code.txt
▪ Python_design.docx
▪ Python_paradigm.docx o Prolog
▪ Prolog_code.txt
▪ Prolog _design.docx
▪ Prolog _paradigm.docx o GO
▪ GO_code.txt
▪ GO_design.docx
▪ GO_paradigm.docx
3. Mark Scheme
Marks will be apportioned as follows:
Programming Languages and Paradigms
7
For each language (25% of overall grade per language):
Design Document (10 marks)
Paradigm Document (15 marks)
Comparison (25% of overall grade)
Individual mark schemes for each section are given below:
Design
0 marks: No documentation.
**3 marks: little design and implementation documentation work, or design and implementation
documentation is incoherent and unrelated to submitted code.
4-6 marks: Adequate design and implementation documentation work. Design and implementation
documentation is related to submitted code.
7-10 marks: Excellent and extensive design and implementation documentation work. Documentation
goes beyond usual expectations for a final year undergraduate student.
Paradigm
0 marks: No documentation.
**5 marks: Paradigm is incorrectly identified. Poor description of features, with little relationship to the
code.
6-10 marks: A paradigm is stated with appropriate reasoning. Most features are correctly described, with
few to no errors.
1**15 marks: Paradigm is correctly identified. Outstanding description of features, showing exceptional
understanding of how the given paradigm is used.
Comparison
0 marks: No Comparison.
**5 marks: An inadequate comparison, covering an incomplete set of paradigms. Little or no criticality in
evaluation.
6-15 marks: An adequate level of comparison. At least two paradigms are correctly compared. Some
appropriate features are identified and equivalencies are demonstrated in solutions with little or no
errors.
16-20 marks: A good degree of comparison. All paradigms are compared appropriately. A complete set of
features is identified with no errors made. High level of criticality and understanding of programming
paradigms.
Programming Languages and Paradigms
8
20-25 marks: An excellent degree of comparison, above and beyond the reasonable expectations for the
final year of study. Each paradigm is compared to the other two paradigms. Highly coherent analysis of
features used.
4. Feedback
Your feedback on the assessment will consist of an assigned marking boundary for each element as given
above. You will also receive summary feedback indicating positive points of the assignment, as well as an
indication of areas that you have lost marks. An example feedback sheet is given in Appendix B.
5. Support for the Assignment
a) Help! I don’t know where to begin or what to do!
You should start by identifying the task and languages that you will use. Once you have decided on these,
the rest of the assignment should fall into place. You may wish to discuss ideas with your peers in order
to get an understanding of whether the scope of your proposal is appropriate, but make sure you submit
a different task to those you have discussed with.

b) Opportunities for Formative Feedback
You will be given an opportunity to submit your task description for formative feedback during the
semester. See Moodle for the submission date. The feedback you receive will typically either be a
confirmation that this task is acceptable, or a suggested modification to improve the task. If you miss the
deadline, I will be unable to provide ad-hoc formative feedback for task descriptions.
c) Your Final Feedback
You will receive an overall mark, a breakdown of that mark according to the mark scheme (Section 4).
You will also receive a short comment on what went well, allowing you to attain the given grade
boundary and what could have been improved to attain the next boundary.
Programming Languages and Paradigms
9
d) How do I contact the unit tutor?
If you want to ask any questions on the requirements of the assessment then please do get in touch with
me via Email, Teams, or face-to-face during my weekly office hours which will be held in the learning
studio. See Moodle for my contact details.
Appendix A – Example Design and
Implementation Document
I decided to implement the modified tic-tac-toe programme using Haskell. My high-level pseudocode for
the overall algorithm is as follows:
1. Represent board as list of lists
2. Implement recursive function to go through a single list determining if there is a win (rows)
3. Implement recursive function to go through a list of lists determining if there is a win (cols)
4. Implement recursive function to go through a list of lists determining if there is a win (diagonal)
5. Implement function to add a ‘M’ or ‘S’ in a row-col position. Signature: char, [[Integer]] ->
[[Integer]]
6. Implement function to remove a ‘M’ or ‘S’. (reuse above function?)
7. Implement function to govern game logic
a. M goes first, then S
b. At each iteration get a number (**49) indicating cell to play in
c. Every 3rd turn players can remove a cell
I have provided screenshots of the pseudocode that I wrote on my whiteboard for each function below:
Recursive function: [SCREENSHOT 1]
Add/remove char to board: [SCREENSHOT 2]
Game Loop: [SCREENSHOT 3]
During my implementation process, I wrote the following code as a first iteration:
[SCREENSHOTS OF CODE]
This allowed me to identify the following errors in my approach, which led me to redesign my system as
follows:
[SCREENSHOTS OF ERRORS AND UPDATED CODE]
Once I had a working system, I decided to test it. The tests that I ran are as follows:
Programming Languages and Paradigms
10
1) Run to the end with M player winning 2)
Run to the end with S player winning 3)
Run to the end with a draw.
[SCREENSHOTS OF TESTING]
Appendix B – Feedback Sheet
Marker Name: Matthew Shardlow
Student Name: Matthew Shardlow
Student ID: 99999999
Solution 1 Solution 2 Solution 3
Comparison
(25)
Total
(100)
Design
(10)
Explanation
(15)
Design
(10)
Explanation
(15)
Design
(10)
Explanation
(15)
7 11 3 8 10 15 17 71
This submission contains a tic-tac-toe game with a modified board design and an additional rule to allow
players to remove their opponents tiles. Solutions 1 and 3 (Haskell and C++) were well implemented in
the functional and OO paradigms. The OO structure in C++ was exceptionally well designed and led to
efficient code. Solution 2 failed to use Rust correctly and did not state the paradigm that was being used.
I have used the criteria below to mark your work. You can see a further breakdown of your marks by
matching your assigned grade to the given band for each category.
Programming Languages and Paradigms
11
ASSESSMENT CRITERIA
Design
(10)
0 marks: No documentation.
**3 marks: little design and implementation documentation work, or design and implementation
documentation is incoherent and unrelated to submitted code.
4-6 marks: Adequate design and implementation documentation work. Design and implementation
documentation is related to submitted code.
7-10 marks: Excellent and extensive design and implementation documentation work. Documentation
goes beyond usual expectations for a final year undergraduate student.
Explanation
25%
Comparison
25%
Programming Languages and Paradigms
12
Design
0 marks: No documentation.
**3 marks: little design and implementation documentation work, or design and implementation
documentation is incoherent and unrelated to submitted code.
4-6 marks: Adequate design and implementation documentation work. Design and implementation
documentation is related to submitted code.
7-10 marks: Excellent and extensive design and implementation documentation work. Documentation
goes beyond usual expectations for a final year undergraduate student.
Explanation
0 marks: No documentation.
**5 marks: Paradigm is incorrectly identified. Poor description of features, with little relationship to the
code.
6-10 marks: A paradigm is stated with appropriate reasoning. Most features are correctly described, with
few to no errors.
1**15 marks: Paradigm is correctly identified. Outstanding description of features, showing exceptional
understanding of how the given paradigm is used.
Programming Languages and Paradigms
13
Comparison
0 marks: No Comparison.
**5 marks: An inadequate comparison, covering an incomplete set of paradigms. Little or no criticality in
evaluation.
6-15 marks: An adequate level of comparison. At least two paradigms are correctly compared. Some
appropriate features are identified, and equivalencies are demonstrated in solutions with little or no
errors.
16-20 marks: A good degree of comparison. All paradigms are compared appropriately. A complete set of
features is identified with no errors made. High level of criticality and understanding of programming
paradigms.
20-25 marks: An excellent degree of comparison, above and beyond the reasonable expectations for the
final year of study. Each paradigm is compared to the other two paradigms. Highly coherent analysis of
features used. 

請加QQ:99515681  郵箱:99515681@qq.com   WX:codinghelp













 

掃一掃在手機打開當前頁
  • 上一篇:CHC4008代做、代寫Python設計編程
  • 下一篇:菲律賓租房上哪個網站 在菲律賓怎么租房
  • 無相關信息
    合肥生活資訊

    合肥圖文信息
    2025年10月份更新拼多多改銷助手小象助手多多出評軟件
    2025年10月份更新拼多多改銷助手小象助手多
    有限元分析 CAE仿真分析服務-企業/產品研發/客戶要求/設計優化
    有限元分析 CAE仿真分析服務-企業/產品研發
    急尋熱仿真分析?代做熱仿真服務+熱設計優化
    急尋熱仿真分析?代做熱仿真服務+熱設計優化
    出評 開團工具
    出評 開團工具
    挖掘機濾芯提升發動機性能
    挖掘機濾芯提升發動機性能
    海信羅馬假日洗衣機亮相AWE  復古美學與現代科技完美結合
    海信羅馬假日洗衣機亮相AWE 復古美學與現代
    合肥機場巴士4號線
    合肥機場巴士4號線
    合肥機場巴士3號線
    合肥機場巴士3號線
  • 短信驗證碼 trae 豆包網頁版入口 目錄網 排行網

    關于我們 | 打賞支持 | 廣告服務 | 聯系我們 | 網站地圖 | 免責聲明 | 幫助中心 | 友情鏈接 |

    Copyright © 2025 hfw.cc Inc. All Rights Reserved. 合肥網 版權所有
    ICP備06013414號-3 公安備 42010502001045

    日韩精品一区二区三区高清_久久国产热这里只有精品8_天天做爽夜夜做爽_一本岛在免费一二三区

      <em id="rw4ev"></em>

        <tr id="rw4ev"></tr>

        <nav id="rw4ev"></nav>
        <strike id="rw4ev"><pre id="rw4ev"></pre></strike>
        国产精品亚洲人在线观看| 欧美国产日韩视频| 亚洲欧美国产日韩天堂区| 国产精品视频专区| 欧美激情综合在线| 久久se精品一区精品二区| 国产一区二区三区在线观看精品| 亚洲午夜三级在线| 亚洲欧美国产高清va在线播| 亚洲精品欧美| 亚洲一卡二卡三卡四卡五卡| 亚洲综合成人婷婷小说| 在线观看日韩欧美| 国产美女精品免费电影| 亚洲国产专区| 在线视频亚洲一区| 欧美视频精品一区| 国外视频精品毛片| 亚洲天堂网站在线观看视频| 中文精品视频一区二区在线观看| 亚洲日产国产精品| 久久高清福利视频| 欧美资源在线| 欧美在线观看一二区| 国产一区二区三区视频在线观看| 午夜精品福利在线观看| 免费日韩视频| 一区二区三区.www| 国产亚洲精品aa午夜观看| 国产在线不卡视频| 久久久精品国产免大香伊| 久久偷看各类wc女厕嘘嘘偷窃| 在线视频观看日韩| 免费观看成人| 午夜精品一区二区三区在线| 欧美激情一区二区久久久| 日韩视频在线一区二区| 国产精品国产三级国产普通话三级| 羞羞视频在线观看欧美| 久久狠狠婷婷| 欧美日韩国产在线播放网站| 欧美日韩一区二区三区免费| 亚洲欧美另类在线| 欧美一区二区三区在线视频| 欧美chengren| 亚洲国产网站| 久久免费国产精品1| 欧美大片一区二区| 中文在线一区| 欧美亚洲综合另类| 亚洲在线一区| 久久青青草综合| 久久福利影视| 国产精品亚洲综合一区在线观看| 久久影音先锋| 亚洲国产日韩在线一区模特| 国产精品亚洲人在线观看| 欧美日韩在线播| 亚洲国产成人精品女人久久久| 国产精品亚洲不卡a| 亚洲精品乱码久久久久久蜜桃91| 欧美大片一区二区| 国产精品久久久久久久久久直播| 欧美日韩大片一区二区三区| 国产亚洲人成a一在线v站| 亚洲网址在线| 国内综合精品午夜久久资源| 亚洲精品视频在线观看免费| 亚洲午夜在线观看视频在线| 国产乱人伦精品一区二区| 一区二区在线观看av| 国产精品女主播一区二区三区| 国产欧美一区二区精品性| 国产精品一区一区| 亚洲欧美在线视频观看| 激情成人中文字幕| 嫩草成人www欧美| 欧美亚洲视频在线看网址| 久久只精品国产| 欧美日韩精品一区二区在线播放| 国产精品亚洲欧美| 在线日韩av| 久久香蕉精品| 欧美亚韩一区| 欧美成人精品| 国产精品日韩一区二区三区| 午夜一区二区三区不卡视频| 亚洲制服丝袜在线| 国产日韩久久| 久久久99爱| 亚洲欧洲在线播放| 欧美午夜欧美| 亚洲天堂男人| 国产色产综合产在线视频| 国产日韩视频一区二区三区| 久久综合久久综合久久综合| 亚洲精品视频在线| 亚洲日韩视频| 一个色综合av| 欧美精品在线网站| 亚洲一区一卡| 国产精品扒开腿做爽爽爽视频| 国内精品视频久久| 欧美理论视频| 久久蜜桃精品| 久久久久久穴| 亚洲综合清纯丝袜自拍| 久久久久女教师免费一区| 久久激情综合| 国产精品久久国产愉拍| 亚洲欧美在线磁力| 在线观看91久久久久久| 雨宫琴音一区二区在线| 9l视频自拍蝌蚪9l视频成人| 在线观看日韩专区| 亚洲欧美影音先锋| 欧美久久一级| 欧美韩国日本一区| 国产美女精品视频免费观看| 亚洲国产日日夜夜| 午夜精品久久久久久久蜜桃app| 亚洲国产日韩欧美在线动漫| 亚洲天堂免费在线观看视频| 国产网站欧美日韩免费精品在线观看| 国产精品免费视频xxxx| 欧美日韩精品在线观看| 日韩视频免费观看高清完整版| 亚洲精品在线三区| 在线精品视频一区二区| 欧美另类亚洲| 欧美日韩国产高清| 国产精品中文字幕欧美| 国产欧美视频在线观看| 国产区亚洲区欧美区| 尤物yw午夜国产精品视频明星| 国产精品久久影院| 日韩网站在线观看| 亚洲午夜av电影| 欧美欧美在线| 在线观看福利一区| 日韩午夜在线| 欧美在线视频全部完| 欧美成人精品三级在线观看| 亚洲承认在线| 亚洲一区二区少妇| 欧美韩国在线| 亚洲人成啪啪网站| 日韩一级网站| 欧美日韩国产麻豆| 欧美日韩精品一本二本三本| 欧美成人嫩草网站| 国产精品国产成人国产三级| 日韩视频在线一区二区| 9色porny自拍视频一区二区| 一卡二卡3卡四卡高清精品视频| 欧美区在线观看| 欧美一区在线视频| 亚洲精品国产日韩| 亚洲国产一区二区三区a毛片| 欧美日韩免费高清| av成人激情| 亚洲黄色在线| 国内精品久久久久久久97牛牛| 欧美理论电影在线播放|