read
Posted YXY_1211
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了read相关的知识,希望对你有一定的参考价值。
1 int read() 2 { 3 int t=0,f=1; 4 char ch=getchar(); 5 while(ch<‘0‘ || ch>‘9‘) 6 { 7 if(ch==‘-‘) {f=-1;ch=getchar();} 8 } 9 while(ch>=‘0‘ && ch<=‘9‘) {t=t*10+ch-‘0‘;ch=getchar();} 10 return t*f; 11 }
以上是关于read的主要内容,如果未能解决你的问题,请参考以下文章
Unity报错:Read only asset Packages/com.xxxxx.xxx.xxxx/Editor/VSCodeDiscovery.cs.IPGSD has no meta(代码片段
Unity报错:Read only asset Packages/com.xxxxx.xxx.xxxx/Editor/VSCodeDiscovery.cs.IPGSD has no meta(代码片段