#146

by XGN

Submitted 3 years 1 day ago
Wed Apr 21 16:22:37 CST 2021
Judger: judger1
Dataset Version: v0

0 ms / 0 KB
Final 0
Problem: fun.reimu
Language: GNU C++ 11


#include "bits/stdc++.h"
using namespace std;

int main(){
    int now=times(NULL);
    int t;
    cin>>t;
    while(now<t){
        
    }
    
    return 0;
}
Compilation Error:
Main.cpp: In function ‘int main()’:
Main.cpp:5:13: error: ‘times’ was not declared in this scope
     int now=times(NULL);
             ^~~~~
Main.cpp:5:13: note: suggested alternative: ‘time’
     int now=times(NULL);
             ^~~~~
             time