标签: c
为什么" strrev()" c中的一些其他内置字符串函数不能在终端中工作吗?
#include<stdio.h> main() { char c[50]; scanf("%s",c); strrev(c); printf("%s",c) }
答案 0 :(得分:0)
if not tweet.retweeted: if tweet.text == "keyword": doThis() 不是标准的,但可以轻松实施
if not tweet.retweeted: if tweet.text == "keyword": doThis()
strrev