开发平台(Platform): (Ex: VC++, GCC, Linux, ...)
VC++
额外使用到的函数库(Library Used): (Ex: OpenGL, ...)
问题(Question):
各位先进们好,小弟有一笔资料如下,需要跳过!后的字串与数字,只取最下面数值的部分
并储存成阵列,请问该怎么做?谢谢
喂入的资料(Input):
!File:abc
!I:123
!V:456
!R:0.123
0.123 0.456 0.789 0.124 0.125
0.321 0.123 0.213 0.312 0.456
0.123 0.454 0.577 0.231 0.213
预期的正确结果(Expected Output):
0.123 0.456 0.789 0.124 0.125
0.321 0.123 0.213 0.312 0.456
0.123 0.454 0.577 0.231 0.213
错误结果(Wrong Output):
程式码(Code):(请善用置底文网页, 记得排版)
补充说明(Supplement):