A Young Man Don‘t Say Five
技術標籤:2020年浙江大學城市學院新生賽
https://ac.nowcoder.com/acm/contest/9934/A
簽到題,用string效果更佳~
#include <bits/stdc++.h>
using namespace std;
int main() {
string s;
cin >> s;
for (int i = 0; i < s.length(); i++) {
if (s[i] == '5')
s[i] = '*';
}
cout << s;
return 0;
}
相關推薦
A Young Man Don‘t Say Five
技術標籤:2020年浙江大學城市學院新生賽 https://ac.nowcoder.com/acm/contest/9934/A 簽到題,用string效果更佳~
譯|Don’t just check errors, handle them gracefully
來源:cyningsun.github.io/09-09-2019/… 本文摘自我最近在日本東京舉行的GoCon春季會議上的演講。
mysql-5.7.24安裝出現mysql_safe error: log-error set to ‘/var/log/mariadb/mariadb.log‘,however file don‘t
技術標籤:錯誤處理mysql資料庫javalinuxcentos linux安裝mysql出現mysql_safe error: log-error set to ‘/var/log/mariadb/mariadb.log’,however file don’t exists. create writable for user "mysql
安裝dlib gpu版本記錄(解決遇到的Error: The --yes options to dlib‘s setup.py don‘t do anything……)
技術標籤:安裝、配置問題集錦dlib gpu 安裝dlib cpu 安裝dlib的時候,如果直接使用的是pip,則是不帶有GPU版本,在呼叫執行的時候,使用的是CPU
「模擬賽20211004」A Fake Man
題目 給定 \\(n\\) 組話,第 \\(i\\) 組話包含 \\(k_i\\) 句話,其中按照長度從小到大排序後的第 \\(j\\) 句話長度為 \\(j\\),貢獻為 \\(a_{i,j}\\)。
奇異人生開發商更名DON’T NOD 透露數款新專案
以開發《奇異人生》而知名的DONTNOD Entertainment工作室現將品牌更名為DON’T NOD,併發布了新的Logo,新Logo採用適應性設計,可以根據代表不同的遊戲型別和設定而進行調整。
B(行為)= M(動機)* A(能力)* T(觸發) QQ自習室
總結: 1、寵物 擁有感 3年3款產品百萬級增長——我在騰訊一線做增長的思考和方法論 https://mp.weixin.qq.com/s/j-s1Y7nCpLds11l0t-wbZA
Don't Be A Programmer
I get a lot of questions about programming but i don\'t think they\'re the right questions to ask questionslike how many languages do i need to learn,what language do i need to learn to get to compan
《T-GCN: A Temporal Graph Convolutional Network for Traffic Prediction》 論文解讀
論文連結:https://arxiv.org/abs/1811.05320 最近發現部落格好像會被CSDN和一些奇怪的野雞網站爬下來?看見有人跟爬蟲機器人單方面討論問題我也蠻無奈的。總之原作者Missouter,部落格連結https://www.cnblogs.com/
java8 lambda表示式實現自定義使用者元件,Don't Repeat Yourself
一、使用者元件的功能 使用java8 lambda表示式實現實現世界的一個例子:使用者元件。此使用者元件有以下幾個操作:獲取使用者列表,獲取單個使用者,增加使用者,刪除使用者,更新使用者。所有的操作都是使用UserR
報錯如何看和解決Error updating database. Cause: java.sql.SQLException: Field 'course_id' doesn't have a default value
前端控制檯報錯資訊: 後端控制檯報錯資訊: org.springframework.dao.DataIntegrityViolationException:
bs4 FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml----轉載
bs4 FeatureNotFound: Couldn\'t find a tree builder with the features you requested: lxml. Do you need to install a parser library?
SQL queries don't start with SELECT
SQL queries don\'t start with SELECT Okay, obviously many SQL queries do start withSELECT(and actually this post is only aboutSELECTqueries, notINSERTs or anything).
Disk /dev/sdb doesn't contain a valid partition table
使用fdisk -l |grep Disk命令檢視磁碟情況提示Disk /dev/sdb doesn\'t contain a valid partition table,解決方案如下:
題解 CF1136E 【Nastya Hasn't Written a Legend】
推銷 膜 zhouakngyang 寶典 \\(\\color{black}{\\texttt {z}}\\color{red}{\\texttt {houakngyang}}\\) AK 完比賽讓我來做這題,我做了1h,他1hAK,被他吊起來打。
匯入mysql資料的時候提示Field * doesn't have a default value解決方法
專案使用django+mysql 在linux中使用的是mysql5.7,匯入資料提示:Field * doesn\'t have a default value
Caused by: redis.clients.jedis.exceptions.JedisDataException: READONLY You can't write against a read only slave.
Caused by: redis.clients.jedis.exceptions.JedisDataException: READONLY You can\'t write against a read only slave.
You can‘t specify target table ‘a‘ for update in FROM clause
技術標籤:mysql 在查詢一個表中的open_date欄位去更新create_date欄位時出錯: update domain_info a
T 計算機組成與系統結構X 試 卷(作業考核 線上2) A 卷
技術標籤:計算機網路 T 計算機組成與系統結構X 試 卷(作業考核 線上2) A 卷
Angular報錯Can't bind to 'ngModel' since it isn't a known property of 'input'.
Angular初學實驗如下: 功能: 實現輸入框輸入字元後,分別在父元件和子元件顯示