摘要:
题目如下: ```plaintext <?php error_reporting(0); highlight_file(__FILE__); class A { public $first; public $step; public $next; public function __construc 阅读全文
摘要:
应当严格区分C语言和C++ #include<bits/stdc++.h> using namespace std ; int main () { long long a = 0 , b = 0 , i = 0 ; int c[5] = {0} ; cin >> a ; if ( a != 0 ) 阅读全文