ZCMU 1510: Love Letter

Description

There was a boy called ZDD, and he loved a girl whose name is SZD. He loved her very much, but she didn’t know the affair. So ZDD wanted to tell her his love and wrote a love letter to her. The content of the letter is the following:

Dear SZD:

         You just don’t know how much I love you. You are the best girlfriend any boy could ever ask for. Whenever I have a problem and need some type of comfort, you are there for me. It is you who I want to spend the rest of my life with. You just don’t understand how much I love you, appreciate you, admire you, trust you, respect you, and over all love you. I believe this is it, you are the one for me. Being away from you drives me crazy and makes me want to be with you right at this very instant. Well, honey, I am going to end this letter with I love you more than anything in this world. Remember that now, in the last I love you, today I love you, and I still love you in the future.

ZDD

ZDD wanted to know that how many times does “love” appear in this love letter. Can you tell him the answer?

Input

The problem has no input.

Output

Please output the times that “love” appears in the love letter.

#include<stdio.h>
int main() {
	printf("7\n");
}

相关推荐

  1. ZCMU 1510: Love Letter

    2024-04-20 23:44:01       84 阅读
  2. ZCMU 1544: Counting Words

    2024-04-20 23:44:01       38 阅读
  3. ZCMU 1531: 序列的混乱程度

    2024-04-20 23:44:01       39 阅读
  4. 面试经典150题(108-110)

    2024-04-20 23:44:01       43 阅读
  5. LeetCode--151

    2024-04-20 23:44:01       46 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-04-20 23:44:01       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-04-20 23:44:01       100 阅读
  3. 在Django里面运行非项目文件

    2024-04-20 23:44:01       82 阅读
  4. Python语言-面向对象

    2024-04-20 23:44:01       91 阅读

热门阅读

  1. 【第15章】spring-jdbc之JdbcTemplate

    2024-04-20 23:44:01       86 阅读
  2. 【数学建模】钻井问题

    2024-04-20 23:44:01       32 阅读
  3. WPS二次开发专题:WPS SDK事件回调

    2024-04-20 23:44:01       37 阅读
  4. 安阳旅游地图规划(未完成)

    2024-04-20 23:44:01       26 阅读
  5. React-hooks:useReducer

    2024-04-20 23:44:01       37 阅读
  6. el-table 遇到的问题一

    2024-04-20 23:44:01       30 阅读
  7. 使用JWT、Redis + token实现用户登录的两种方式。

    2024-04-20 23:44:01       31 阅读
  8. Android 13 有线以太网静态ip保存逻辑梳理分析

    2024-04-20 23:44:01       28 阅读
  9. 使用Python实现超参数调优

    2024-04-20 23:44:01       33 阅读
  10. Swift知识点 --- AnyView

    2024-04-20 23:44:01       39 阅读