#include<iostream.h> void main() { cout<<"Love"; }
问题是如何在不做任何改变的情况下将该程序的输出更改为"我爱你" main().
main()
c++
c++ ×1