原题 写一个脚本来判断a.txt的行数,a.txt的内容如下 [root@laoxin-06 test]# cat a.txt #include <iostream> using namespace std; int main() { int a = 10; int b = 100