标签: c for-loop time time-complexity
假设有一个从main函数调用的函数为foo(n ^ 2); 和身体一样
{{1}}
根据我的教授,上述算法的时间复杂度为O(n ^ 2),而我认为是O(n)